@extends('admin.layout') @section('content')

Manage Product

@csrf
@error('product_name')
{{$message}}
@enderror
@error('product_dis')
{{$message}}
@enderror

@if($product_imgpath != null) @endif @error('product_imgpath')
{{$message}}
@enderror
@endsection