Terrafirma Info
@can('terrafirma_all_page_create') Add Terrafirma Info @endcan
@can(['terrafirma_all_page_edit','terrafirma_all_page_delete','terrafirma_all_page_view']) @endcan @foreach ($terrafirma as $key => $terrafirma) @endforeach
# Title Pages Info StatusAction
{{$key+1}} {{$terrafirma->title}} @if ($terrafirma->category==1) {{'Soil Stabilization'}} @elseif ($terrafirma->category==2) {{'Laboratory Test'}} @elseif ($terrafirma->category==3) {{'Application & Warranty'}} @endif {{$terrafirma->status == 1 ? 'Active' : 'De-active'}}
@can('terrafirma_all_page_view') @endcan @can('terrafirma_all_page_edit') @endcan @can('terrafirma_all_page_delete')
@method('DELETE') @csrf
@endcan