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

Sắp xếp thứ tự ưu tiên

    @if (count($list)) @foreach ($list as $item)
  1. @if ($item->can_delete) @endif
    {{$item->label}}
  2. @endforeach @endif
{$name}
@endsection {{-- Nhúng link css --}} @section('css') @endsection {{-- Nhúng js --}} @section('jsinit') {{-- --}} @endsection @section('js') @endsection