Projects List
@can('projects_add') Add Projects @endcan
@canany(['projects_view','projects_edit','projects_delete']) @endcan @foreach ($projects as $key => $projects) @endforeach
# Title PDF File Pages Info StatusAction
{{$key+1}} {{$projects->title}} View PDF @if ($projects->category==1) {{'California Bearing Ratio'}} @elseif ($projects->category==2) {{'Unconfined Compressive Strength (UCS)'}} @endif {{$projects->status == 1 ? 'Active' : 'De-active'}}
@can('projects_view') @endcan @can('projects_edit') @endcan @can('projects_delete')
@method('DELETE') @csrf
@endcan