{{-- @can('create',"App\Models\Users\Client")--}}
@can('create', "App\Models\Users\Client")
{{-- --}}
Add New
@endcan
@can('import', "App\Models\Users\Client")
@endcan
{{-- @endcan--}}
@can('export', "App\Models\Users\Client")Sample Sheet@endcan
{{-- Tools
--}}
{{-- --}}
@if(!empty($client) && count($client)>0)
@foreach($client as $key => $clientlist)
{{-- --}}
{{-- --}}
@endforeach
@endif
{{-- @can('create',"App\Models\Users\Client")--}}
{{-- @endcan--}}
{{-- Tools
--}}
{{-- --}}
{{-- --}}
@if(!empty($client) && count($client)>0)
@foreach($client as $key => $clientlist)
@if($clientlist->is_active==1)
{{-- --}}
{{-- --}}
@endif
@endforeach
@endif
{{-- @can('create',"App\Models\Users\Client")--}}
{{-- @endcan--}}
{{-- Tools
--}}
{{-- --}}
{{-- --}}
@if(!empty($client) && count($client)>0)
@foreach($client as $key => $clientlist)
@if($clientlist->is_active==0)
{{-- --}}
{{-- --}}
@endif
@endforeach
@endif
{{-- @can('create',"App\Models\Users\Client")--}}
{{-- @endcan--}}
{{-- Tools
--}}
{{-- --}}
{{-- --}}
@if(!empty($client) && count($client)>0)
@foreach($client as $key => $clientlist)
@if($clientlist->is_client=="new")
{{-- --}}
{{-- --}}
@endif
@endforeach
@endif