@extends('layouts.admin') @section('headerTitle') Galerie Video @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.videoGallery.index') }} @endsection @section('content') @section('buttons') @can('admin-create') Adauga Video @endcan @endsection
{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush