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

Edit Form

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

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

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--{!! Form::text('popup_email_newsletter', $edit_data->popup_email_newsletter, array('class'=>'form-control', 'placeholder'=>'')) !!}--}} {{--
--}} {{--
--}} {{--
--}}
{!! Form::text('ga_code', $edit_data->ga_code, array('class'=>'form-control', 'placeholder'=>'')) !!}
{!! Form::text('error404_title', $edit_data->error404_title, array('class'=>'form-control', 'placeholder'=>'')) !!}
{!! Form::text('error404_title_colour', $edit_data->error404_title_colour, array('class'=>'form-control', 'placeholder'=>'')) !!}
{!! Form::text('error404_subtitle', $edit_data->error404_subtitle, array('class'=>'form-control', 'placeholder'=>'')) !!}
{!! Form::text('error404_subtitle_colour', $edit_data->error404_subtitle_colour, array('class'=>'form-control', 'placeholder'=>'')) !!}
{!! Form::textarea('error404_message', $edit_data->error404_message, array('class'=>'form-control', 'placeholder'=>'')) !!}
{!! Form::text('error404_message_colour', $edit_data->error404_message_colour, array('class'=>'form-control', 'placeholder'=>'')) !!}
{!! Form::text('error404_button_text', $edit_data->error404_button_text, array('class'=>'form-control', 'placeholder'=>'')) !!}
{!! Form::text('error404_button_text_colour', $edit_data->error404_button_text_colour, array('class'=>'form-control', 'placeholder'=>'')) !!}
{!! Form::text('error404_button_background_colour', $edit_data->error404_button_background_colour, array('class'=>'form-control', 'placeholder'=>'')) !!}
@if( $error404_background_image != null ) @else @endif
Select image Change Remove

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

maintenance_mode == 1 ? 'checked="checked"' : '' }}> On maintenance_mode == 0 ? 'checked="checked"' : '' }}> Off
{!! Form::text('mt_text_1', $edit_data->mt_text_1, array('class'=>'form-control', 'placeholder'=>'')) !!}
{!! Form::text('mt_text_2', $edit_data->mt_text_2, array('class'=>'form-control', 'placeholder'=>'')) !!}
{!! Form::text('mt_text_3', $edit_data->mt_text_3, array('class'=>'form-control', 'placeholder'=>'')) !!}
@if( $mt_contact_1_icon != null ) @else @endif
Select image Change Remove

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

{!! Form::text('mt_contact_1', $edit_data->mt_contact_1, array('class'=>'form-control', 'placeholder'=>'')) !!}
@if( $mt_contact_2_icon != null ) @else @endif
Select image Change Remove

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

{!! Form::text('mt_contact_2', $edit_data->mt_contact_2, array('class'=>'form-control', 'placeholder'=>'')) !!}
@if( $mt_contact_3_icon != null ) @else @endif
Select image Change Remove

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

{!! Form::text('mt_contact_3', $edit_data->mt_contact_3, array('class'=>'form-control', 'placeholder'=>'')) !!}
@if( $mt_contact_4_icon != null ) @else @endif
Select image Change Remove

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

{!! Form::text('mt_contact_4', $edit_data->mt_contact_4, array('class'=>'form-control', 'placeholder'=>'')) !!}
{!! Form::text('ip_whitelist', $edit_data->ip_whitelist, array('class'=>'form-control', 'placeholder'=>'')) !!}

Notes :
- Your IP Address : {{ Request::ip() }}
- To added more IP Address use semicolon ( ; )
@if( $marker != null ) @else @endif
Select image Change Remove

For Best Resolution : 50 x 50 px
File Type : .jpg | .jpeg | .png
Max Size : 200 Kb

{!! Form::close() !!}
@include('admin::parts/footer')