@extends('admin/layout') @section('page_title','Edit Category') @section('product_select','active') @section('product_cat_select','active') @section('content')

Category Edit

@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") @else

Category Name: {{$cat_info->cat_name}}

@endif

@error('cat_name') {{$message}} @enderror

{{$cat_info->cat_image}}

@error('cat_image') {{$message}} @enderror

@endsection @section('scripts') @endsection