@extends('layouts.admin') @section('content') @section('headerTitle') {{ __('Cereri documente') }} @endsection @section('breadcrumbs') @endsection @section('buttons') @can('admin-create') Formulare tip @endcan @endsection
{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush