@extends('layouts.backend') @section('title', ucfirst('Model')) @section('page_title', ucfirst('Model')) @section('content')

{{ ucfirst('Model') }} Management

Add New {{ ucfirst('Model') }}
{{ $dataTable->table() }}
@endsection @section('scripts') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endsection