@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-read'))
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-create')) @endif
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @endforeach @else @endif
Actions Status Test Name Test Short Name Code Price Estimate Time
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-update')) @endif @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-delete')) @endif
@if($tabledata['status']) Active @else Inactive @endif
{{$tabledata['test_name']}} @if($tabledata['test_short_name']) {{$tabledata['test_short_name']}} @else NA @endif {{$tabledata['test_code']}} {{$tabledata['test_price']}} {{$tabledata['estimate_time']}}

No Data Available

{{$datatables->links('livewire.pagination-livewire')}}
@else

Sorry !!! Unauthorized Access

@endif @section('externaljs') @endsection