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