@extends('admin.adminmaster') @section('title') Admin- Edit Product @endsection @section('content') @section('heading') Edit Category @endsection
@if (session('category_msg')) @if (session('category_msg') == 'true')
@else @endif @endif
Edit Category
Fill the Required Fields
@csrf
Category Name*:
@error('name') {{ $message }} @enderror
Category Priority*:
@error('price') {{ $message }} @enderror
Status
@error('status') {{ $message }} @enderror
@section('script') @endsection @endsection