{{$branches->firstItem() + $key}} |
@if(isset($row->title)){{$row->title}}@endif |
@if(isset($row->getBranchType)){{$row->getBranchType->name??''}}@endif |
@if(isset($row->phone)){{$row->phone}}@endif |
@if(isset($row->priority)){{$row->priority}}@endif |
status=='1' ? 'checked' : ''}}>
|
@if(in_array('branch-edit', $authRolePermissions))
@endif
|
@if(in_array('branch-delete', $authRolePermissions))
@endif
|
@php $i++; @endphp
@endforeach
@else