@if(auth()->user()->can('industry-type-edit')) @endif @if(auth()->user()->can('industry-type-delete')) @endif @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @if(auth()->user()->can('industry-type-edit')) @endif @if(auth()->user()->can('industry-type-delete')) @endif @php $i++; @endphp @endforeach @else @endif
Serial No Name Code Default StatusEditDelete
{{$data->firstItem() + $key}} {{ ucfirst($list->name) }} {{ ucfirst($list->code) }}
is_default=='1'){{'checked'}}@elseif($list->is_default=='0'){{''}}@endif>
status=='1' ? 'checked' : ''}}>
No Data Found