{!! Form::label('title', ' العنوان') !!}
{!! Form::text('title', null, ['class' => 'form-control', 'placeholder' => 'Enter video title', 'required']) !!}
{!! Form::label('title', 'التصنيف') !!}
{!! Form::select('group',videoGroupList(), null, ['class' => 'form-control']) !!}
{!! Form::label('video', 'الفيديو') !!}
{!! Form::file('video', ['class' => 'form-control']) !!}
Allowed formats: mp4, mov, avi, flv. Max size: 20MB.
@if ( isset($row) && $row->name)
@endif
{!! Form::label('video_url', 'رابط فيديو خارجي في حالة لا يوجد فيديو للرفع') !!}
{!! Form::text('video_url', null, ['class' => 'form-control', 'placeholder' => 'Enter video URL']) !!}
Allowed formats: mp4, mov, avi, flv. Max size: 20MB.
@if ( isset($row) && $row->video_url)
@endif