@extends('layout.side-menu') @section('subcontent')

{{ isset($crud['title']['plural']) ? $crud['title']['plural'] : '' }}

{{__('app.create')}}
{{$dataTable->table(['class' => 'table table-report sm:mt-2'], true)}}
@endsection @push('scripts') {{$dataTable->scripts()}} @endpush