@extends('cms::/layouts/dashboard') @section('breadcrumb') @endsection @section('dashboard-content')
@if (count($rows))
@method('put') @csrf
@else
No record found for sorting
@endif
@endsection