@extends('layouts.admin') @section('title') Rapoarte @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.reports.auto') }} @endsection @section('content')

Afișarea Rapoartelor

{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush