@extends('admin/layout') @section('page_title','Edit Category') @section('product_select','active') @section('product_cat_select','active') @section('content') Category Edit Dashboard Category Back @csrf @if($cat_info->cat_name != "Medicine" && $cat_info->cat_name != "Instrument" && $cat_info->cat_name != "Equipment" && $cat_info->cat_name != "Chemicals" && $cat_info->cat_name != "Vaccines") Category Name * @else Category Name: {{$cat_info->cat_name}} @endif @error('cat_name') {{$message}} @enderror Image @error('cat_image') {{$message}} @enderror UPDATE @endsection @section('scripts') @endsection
@error('cat_name') {{$message}} @enderror
@error('cat_image') {{$message}} @enderror