@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
Name |
Status |
Created Date |
Actions |
@if(sizeof($datatables) >0)
@foreach($datatables as $tabledata)
{{$tabledata->module_name}} |
@if($tabledata->status)
Active
@else
Inactive
@endif
|
{{\Carbon\Carbon::parse($tabledata->created_at)->format('d-M-Y h:i A')}} |
|
@endforeach
@endif
{{$datatables->links('livewire.pagination-livewire')}}
{{ __('Are you sure you want to delete this data ? Once the data is deleted, all of its resources and data will be permanently deleted.') }}
@section('externaljs')
@endsection