@include('admin::parts/head')
@include('admin::parts/menu')
{!! $breadcrumb !!}

Edit Form

{!! Alert::get('success') !!}
{!! Form::open(array('files'=>true, 'id'=>'form-scaffold'), 'POST') !!}
@if( $contact_image != null ) @else @endif
Select image Change Remove

For Best Resolution : 1595 x 477 px
File Type : .jpg | .jpeg | .png
Max Size : 2Mb

{!! Form::textarea('contact_single_address', $edit_data->contact_single_address, array('class'=>'form-control wysiwyg', 'placeholder'=>'Insert your Address here')) !!}
{!! Form::textarea('contact_contacts', $edit_data->contact_contacts, array('class'=>'form-control wysiwyg', 'placeholder'=>'Insert your Contact here')) !!}
{!! Form::textarea('footer_contact_us', $edit_data->footer_contact_us, array('class'=>'form-control wysiwyg', 'placeholder'=>'Insert your Address here')) !!}
{!! Form::text('contact_latitude', $edit_data->contact_latitude, array('class'=>'form-control', 'placeholder'=>'Insert Your Latitude')) !!}
{!! Form::text('contact_longitude', $edit_data->contact_longitude, array('class'=>'form-control', 'placeholder'=>'Insert Your Longitude')) !!}
{!! Form::close() !!}
@include('admin::parts/footer')