@extends('themes::themetoro.layout') @section('content')

{{$section_name}}

@if(!count($data))

Thông báo! Không có nội dung cho mục này.

@endif {{ $data->appends(request()->all())->links('themes::themetoro.inc.pagination') }}
@endsection