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