@extends('layouts.admin') @section('beforeToolbar') @include('admin.admin-management.component-link-menu-categories.component-link-menu-categories') @endsection @section('title') Utilizator platforma: {{$user->name}} @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.users.view', $user) }} @endsection @section('buttons') Inapoi la lista {{-- Sterge rol --}} @endsection @section('content')
{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush