@extends('layouts.app') @section('title', 'Edit Category') @section('content')

Edit Category

Back
{{-- Alert Messages --}} @include('common.alert')
Edit Category Details
@csrf @method('PUT')
{{-- CATEGORY --}}
*Category @error('Customer_name') {{$message}} @enderror
{{-- descriptions --}}
*Descriptions @error('descriptions') {{$message}} @enderror
{{-- Status --}}
*Status @error('status') {{$message}} @enderror
@endsection