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

Edit Category

@csrf
@error ('category_image') {{$message}} @enderror
Profile Preview
status === 1 ? 'checked' : ''}}>
@endsection @section('script') @endsection