@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('client_info-read'))
Status | Client Name | Phone No | Email ID | Address | Created By | |||
---|---|---|---|---|---|---|---|---|
@if($tabledata['status']) Active @else Inactive @endif | {{$tabledata['client_name']}} | {{$tabledata['client_contact']}} | {{$tabledata['client_email']}} | {{$tabledata['client_address']}} | {{$tabledata['created_person']}} | @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('client_info-update')) @endif @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('client_info-delete')) @endif | ||
No Data Available |