@extends('layouts.admin') @section('content') @section('headerTitle') {{ $apointmentapl->name }} APL @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.programari_apl.view', $apointmentapl) }} @endsection @section('buttons') @can('admin-create') @endcan @can('admin-create') @endcan @endsection @can('admin-create')
@endcan
{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush