@extends('layouts.admin') @section('title') {{ @$headerTitle }} @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.api.users') }} @endsection @section('buttons') @can('admin-create') Adaugă Api Client @endcan @endsection @section('content')
{{ $dataTable->table(['class'=> 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{$dataTable->scripts()}} @endpush