@extends($_layout.'main') {{-- khai báo title --}} @section('title', 'Danh sách phương thức thanh toán hiện đang có trên website') {{-- tên modul xuất hiện trong sub header --}} @section('module.name', 'Phương thức thanh toán') @section('content') @include($_current.'results', ['type' => 'default']) @endsection {{-- thiết lập biến cho js để sử dụng --}} @section('jsinit') @endsection {{-- Nhúng js --}} @section('js') @endsection