@if($serverstatus) {{--@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('masterdata-read'))--}} {{--Permissions--}}
{{--@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('masterdata-create'))--}} {{-- @endif--}}
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @endforeach @else @endif
Actions Status Heading Features Heading Features Icon Features Content
@if($tabledata['status'] =='1') Active @else Inactive @endif
{{$tabledata['heading']}}
@foreach ( $tabledata['features_content'] as $feature )
{{$feature->feature_heading}}
@endforeach
@foreach ( $tabledata['features_content'] as $feature ) {{-- --}}
@if($feature->feature_icon != "NA") @else NA @endif {{$feature->feature_heading}}
@endforeach
@foreach ( $tabledata['features_content'] as $feature )
{{$feature->feature_content}}
@endforeach

No Data Available

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

Sorry !!! Unauthorized Access

@endif--}} @else

Sorry !!! Service Is Not Available.

@endif @section('externaljs') @endsection