@extends($_layout.'main') {{-- khai báo title --}} @section('title', $title = 'Sắp xếp slider') {{-- tên modul xuất hiện trong sub header --}} @section('module.name', $title) @section('content')
@endsection {{-- Nhúng link css --}} @section('css') @endsection {{-- Nhúng js --}} @section('js') @endsection