@extends('cms::layouts/dashboard') @section('breadcrumb') @endsection @section('dashboard-content')
@if (count(request()->get('admin')['cms_pages_grouped']))
@csrf
@else
No record found for sorting
@endif
@endsection @section('scripts') @endsection