@extends($_layout.'main') {{-- khai báo title --}} @section('title', 'File Manager') {{-- tên modul xuất hiện trong sub header --}} @section('module.name', 'File Manager') @section('css') @endsection @section('content') @php $pt = rtrim($path , '/'); @endphp
@endsection @section('js') @endsection