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