@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 Service Name Short Name Amount Total Amount
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-update')) @endif {{--Percentage Share button--}} @if(\Illuminate\Support\Facades\Auth::user()->hasRole('admin') || \Illuminate\Support\Facades\Auth::user()->hasRole('superadmin')) @endif {{--% Btn end--}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-delete')) @endif
@if($tabledata['status']) Active @else Inactive @endif
{{$tabledata['service_name']}} {{$tabledata['service_shortname']}} {{$tabledata['service_cost']}} {{$tabledata['total_amount']}}

No Data Available

{{$datatables->links('livewire.pagination-livewire')}}
{{--Percentage Sharing Modal Start--}} {{--Percentage Sharing Modal End--}}
@else

Sorry !!! Unauthorized Access

@endif @section('externaljs') @endsection