Projects List
@can('projects_add')
Add Projects
@endcan
| # | Title | PDF File | Pages Info | Status | @canany(['projects_view','projects_edit','projects_delete'])Action | @endcan
|---|---|---|---|---|---|
| {{$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'}} |