@if ($serverstatus) @if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-read')) {{-- Permissions --}}
@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
@if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-create')) @endif
@if (sizeof($datatables) > 0) @foreach ($data as $tabledata) @endforeach @else @endif
Action Status Diagnosis Specimen Particular rate Send To Pathology (Fixed) created_by
@if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-update')) @endif {{--Percentage sharing--}} {{--End %--}} @if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-delete')) @endif
@if ($tabledata['status']) Active @else Inactive @endif
{{ $tabledata['diagnosis_name'] }} {{ $tabledata['specimen'] }} {{ $tabledata['particular'] }} {{ $tabledata['rate'] }} {{ $tabledata['pathology_name'] }} {{ $tabledata['created_person'] }}

No Data Available

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

Sorry !!! Unauthorized Access

@endif @else

Sorry !!! Service Is Not Available.

@endif @section('externaljs') @endsection