@extends('layouts.admin') @section('headerTitle') Formulare electronice @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.interact.documents.tip') }} @endsection @section('buttons') @can('admin-create') {{-- Categorii--}} Adaugare @endcan @endsection @section('content')
{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush