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