@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')

Sắp xếp thứ tự ưu tiên của slider

    @if (count($sliders)) @foreach ($sliders as $slider)
  1. {{$slider->name}}
    {{$slider->getSizeText()}}
    {!! $showLabels[$slider->status] !!}
  2. @endforeach @endif
@endsection {{-- Nhúng link css --}} @section('css') @endsection {{-- Nhúng js --}} @section('js') @endsection