@extends('layouts.admin') @section('content') @section('headerTitle') Admins Management @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.admin-management.admin') }} @endsection @section('buttons') {{-- Exemplu de accesare cu permisiune corecta --}} @can('Creere admin') @endcan @endsection
{{ $dataTable->table(['class'=> 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{$dataTable->scripts()}} @endpush