@extends('layouts.admin') @section('headerTitle') Clasificare Economica @endsection @section('content') @section('breadcrumbs') {{ Breadcrumbs::render('admin.procurement.economicClassification.index') }} @endsection @section('buttons') @can('admin-create') Adauga Clasificare @endcan @endsection
{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush