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