@adminCan('team.create')
@endadminCan
@forelse ($teams as $index => $team) @empty @adminCan('team.create') @endadminCan @endforelse
{{ __('SN') }} {{ __('Name') }} {{ __('Designation') }} {{ __('Status') }} {{ __('Action') }}
{{ ++$index }} {{ $team->name }} {{ $team->designation }} @if ($team->status == 'active') {{ __('Active') }} @else {{ __('Inactive') }} @endif @adminCan('team.edit') @endadminCan @adminCan('team.delete') @endadminCan