@extends('layouts.admin') @section('content') @section('headerTitle') Document - {{ $folder->name }} @endsection @section('breadcrumbs')
Documente
{{ $folder->name }}
@endsection @section('buttons') @can('Creere documente ' . $folder->id)
@endcan @endsection
@can('Editare documente ' . $folder->id)
@endcan
{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush