@if ($serverstatus)
@if (sizeof($datatables) > 0) @foreach ($datatables as $tabledata) @endforeach @else @endif
Actions Status Header Sub Header Content Image
@if ($tabledata['status'] == '1') Active @else Inactive @endif
{{ $tabledata['header'] }}
{{ $tabledata['sub_header'] }}
@foreach ($tabledata['content'] as $content)
{{ $content->content }}
@endforeach
@if ($tabledata['image']) @else NA @endif

No Data Available

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

Sorry !!! Service Is Not Available.

@endif @section('externaljs') @endsection