@if($serverstatus) @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('organisation-read'))
@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('organisation-create')) @endif
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @endforeach @else @endif
Status Hoiday Date Holiday Occasion Holiday Type Actions
@if($tabledata['status']) Active @else Inactive @endif {{$tabledata['holiday_date']}} {{$tabledata['holiday_occasion']}} {{$tabledata['holiday_type']}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('organisation-update')) @endif @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('organisation-delete')) @endif

No Data Available

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

Sorry !!! Unauthorized Access

@endif @else

Sorry !!! Service Is Not Available.

@endif @section('externaljs') @endsection