Add Product
  Product List
@csrf
@if ($errors->has('category'))
{{ $errors->first('category') }}
@endif
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('short_desc'))
{{ $errors->first('short_desc') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if ($errors->has('teacher_id'))
{{ $errors->first('teacher_id') }}
@endif
@if ($errors->has('videoUrl'))
{{ $errors->first('videoUrl') }}
@endif
{{--
@if ($errors->has('views'))
{{ $errors->first('views') }}
@endif
--}}
@if ($errors->has('features'))
{{ $errors->first('features') }}
@endif
{{-- --}} @if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
{{--
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif
--}}