Required Information
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('category_id'))
{{ $errors->first('category_id') }}
@endif
@if(!isset($video))
@if ($errors->has('youtube_url'))
{{ $errors->first('youtube_url') }}
@endif
@endif
Optionsal Information
Hold Ctrl for multi-select @if ($errors->has('product_id'))
{{ $errors->first('product_id') }}
@endif
@if ($errors->has('location'))
{{ $errors->first('location') }}
@endif
@if ($errors->has('taken_at'))
{{ $errors->first('taken_at') }}
@endif
@if ($errors->has('source_name'))
{{ $errors->first('source_name') }}
@endif
@if ($errors->has('source_url'))
{{ $errors->first('source_url') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if(Auth::user()->hasRole('admin')) @endif