Sl No |
Name |
Priority |
Edit |
Delete |
@php $i=1;@endphp
@if(count($data)>0)
@foreach($data as $key=> $list)
{{$data->firstItem() + $key}} |
{{$list->name}} |
{{$list->priority}} |
{{-- @if(auth()->user()->can('tax-masters-edit')) --}}
|
{{-- @endif --}}
{{-- @if(auth()->user()->can('tax-masters-delete')) --}}
|
{{-- @endif --}}
@php $i++; @endphp
@endforeach
@else
No Data Found |
@endif