@extends('layouts.admin-layout') @section('title') Edit Category @endsection @section('content')

Edit Category

@csrf
@error ('category_name') {{$message}} @enderror
Profile Preview
@endsection @section('script') @endsection