@extends('admin.layout') @section('content') Edit Category Dashboard Category Category List Edit Category @csrf {{-- --}} Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif Sort Order @if ($errors->has('sort_order')) {{ $errors->first('sort_order') }} @endif Submit @endsection @push('footer-script') @endpush