@extends($_layout.'main')
{{-- khai báo title --}}
@section('title', 'Danh sách giao diện đã xóa')
{{-- tên modul xuất hiện trong sub header --}}
@section('module.name', $title = 'Giao diện đã bị xóa')
{{-- Nhúng link css --}}
@section('css')
{{-- --}}
@endsection
@section('content')
@include($_current.'templates.results', ['type' => 'trash'])
@endsection
{{-- thiết lập biến cho js để sử dụng --}}
@section('jsinit')
@endsection
{{-- Nhúng js --}}
@section('js')
@endsection