@extends('layouts.admin') @section('content') @section('headerTitle') Fisiere pentru {{ $publicInterestCategory->name }} @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.interact.public-interests.view', $publicInterestCategory ) }} @endsection @section('buttons') @can('admin-create') @endcan @endsection
{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush