@extends('layouts.admin') @section('content') @section('headerTitle') Petitii raportate @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.interact.petitions') }} @endsection @section('buttons') @can('admin-create') @endcan @endsection
@include('admin.interact.petitions.filters')
{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush