@extends('layouts.admin') @section('title') {{@$headerTitle}} @if(!empty($parentId)) {{$parentSlider->title}} @endif @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.content.sliders') }} @endsection @section('buttons') @can('admin-create') @if(!empty($parentId)) Înapoi @endif Adaugǎ @endcan @endsection @section('content')
{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush