@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @push('datatable-styles') @include('sections.datatable_css') @endpush @section('content')
{{__("app.create")}}
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection @push('scripts') @include('sections.datatable_js') @endpush