Product List
Edit Product
@csrf
@if ($errors->has('pname'))
{{ $errors->first('pname') }}
@endif
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('short_desc'))
{{ $errors->first('short_desc') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if ($errors->has('videoUrl'))
{{ $errors->first('videoUrl') }}
@endif
@if ($errors->has('features'))
{{ $errors->first('features') }}
@endif
{{-- Sub --}} {{-- --}} @if ($errors->has('teacher_id'))
{{ $errors->first('teacher_id') }}
@endif
@if ($errors->has('sort_order'))
{{ $errors->first('sort_order') }}
@endif
@if ($errors->has('slug'))
{{ $errors->first('slug') }}
@endif
image)}}" style="width: 50px;height:50px;"> @if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif