@include('admin::parts/head')
@include('admin::parts/menu')
Save
{!! $breadcrumb !!}
Edit Form
{!! Alert::get('success') !!}
{!! Form::open(array('files'=>true, 'id'=>'form-scaffold'), 'POST') !!}
Video Title
{!! Form::text('home_video_title', $edit_data->home_video_title, array('class'=>'form-control', 'placeholder'=>'')) !!}
Video Link
{!! Form::text('home_video', $edit_data->home_video, array('class'=>'form-control', 'placeholder'=>'only video code ex:6sSynyd')) !!}
Notes : Insert only video code ex: https://www.youtube.com/watch?v=
vlDzYIIOYmM
Video Description
{!! Form::textarea('home_video_description', $edit_data->home_video_description, array('class'=>'form-control wysiwyg', 'placeholder'=>'')) !!}
Max : 100 characters
Check Our Video
{!! Form::text('home_check_our_video', $edit_data->home_check_our_video, array('class'=>'form-control', 'placeholder'=>'with Http://')) !!}
with https://
{!! Form::close() !!}
@include('admin::parts/footer')