@extends('layouts.app') @section('content') {{-- breadcrumb --}} @include('layouts.components.breadcrumb', [ 'title' => trans('app.reasons_title'), 'first_list_item' => trans('app.reasons'), 'last_list_item' => trans('app.all_reasons'), ]) {{-- end breadcrumb --}} {{-- @include('layouts.dashboard.reason.components._filters') --}} @livewire('reasons.create-reason-modal') @livewire('reasons.search-reason-modal')
{!! $dataTable->table(['class' => 'table-data table table-bordered text-nowrap border-bottom ']) !!}
@endsection @push('scripts') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush