@extends('layouts.app') @section('title', $page_title) {{-- Include global DataTable styling --}} @include('components.datatable-styles') @push('scripts') @endpush @section('content')
{{ __('app.name') }} {{ __('app.type') }} {{ __('app.created') }} {{ __('app.actions') }}
@include('includes.datatables') @endsection