@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 Name Diagnosis Test Unit Biological Reference Interval Created By
@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['dia_name'] }} {{ $tabledata['dignosis_test_name'] }} {{ $tabledata['unit'] }} {{ $tabledata['bio_ref_interval'] }} {{ $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