{!! 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('image', 'البوستر') !!} {!! Form::file('image', ['class' => 'form-control ']) !!} @if ( isset($row) && $row->image) {{ $row->title }} @endif
{!! 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
{!! Form::number("sort_by",null,['class'=>'form-control'])!!}
{!! Form::select("active", GenStatus(), null,['class'=>'form-control'])!!}
الغاء