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

Create

@csrf
@error('price') {{$message}} @enderror
@error('dimention') {{$message}} @enderror
Image Preview
@if ($errors->has('description'))
Please make sure the description is within the allowed character limit of 100 characters.
@endif
@endsection