@extends('admin.layout.index') @section('title') {{ __('messages.project') }} @endsection @section('content')

{{ __('messages.project') }}



@can('project_create') @endcan
   
@can('project_delete')
@endcan
@can('project_delete') @endcan @can('project_update', 'project_add_photo') @endcan @if (!empty($projects)) @foreach ($projects as $s) @can('project_delete') @endcan @can('project_update', 'project_add_photo') @endcan @endforeach @endif
# {{ __('messages.photo') }} {{ __('messages.title_' . App::getLocale()) }} {{ __('messages.arrangment') }} {{ __('messages.type') }}{{ __('messages.settings') }}
{{ $loop->iteration }} @if (!empty($s->cover) && file_exists(public_path() . '/upload/image/' . $s->cover)) @endif {{ $s->title }} {{ $s->arrangment }} {{ $typeNamd[$s->type] }}
{{ $projects->withQueryString()->links() }}
@endsection @section('js') @endsection