@extends('layouts.master') @section('content')

{!! Html::form('POST', url('c/post-ads'))->attributes(['id' => 'msform', 'class' => 'msform','autocomplete'=>'off'])->open() !!}
1/3

{{ optionByKey('insert') }}

{{ optionByKey('insert_ad') }}

*{{ optionByKey('mandatory') }}
{{ html()->text('address')->class('form-control txtOnly')->autocomplete('off')->maxlength(150) }}
{{ html()->text('zip')->class('form-control numberOnly')->autocomplete('off')->maxlength(6) }}
{{ html()->text('area')->class('form-control txtOnly')->autocomplete('off')->maxlength(150) }}

{{ optionByKey('post_your_data') }}

*{{ optionByKey('mandatory') }}
{{ html()->text('age')->class('form-control numberOnly')->maxlength(2) }}
maximum of 20 characters
{{ optionByKey('min_characters') }} {{ html()->textarea('name')->placeholder(optionByKey('title_placeholder'))->class('form-control')->maxlength(150)->rows(3)->autocomplete('off') }}
{{ optionByKey('min_20_characters') }} {{ html()->textarea('description2')->placeholder(optionByKey('desc_placeholder'))->class('form-control')->rows(4)->autocomplete('off') }}

{{optionByKey('about_you')}}

{!! optionByKey('online_visible_ads') !!}

new
{{optionByKey('ethnicity_front')}}
@foreach(getServices(3) as $cb_ethnicity) @endforeach
{{optionByKey('nationality_front')}}
{{optionByKey('brest_front')}}
@foreach(getServices(6) as $cb_breast) @endforeach
{{optionByKey('hair_front')}}
@foreach(getServices(7) as $cb_hair) @endforeach
{{ optionByKey('body_type_front') }}
@foreach(getServices(8) as $cb_body_type) @endforeach

{{optionByKey('services_front')}}

{!! optionByKey('online_visible_ads') !!}

new
{{optionByKey('services_front')}}
@foreach(getServices(4) as $cb_service) @endforeach
{{ optionByKey('attention_to_front') }}
@foreach(getServices(9) as $cb_attentionto) @endforeach
{{optionByKey('po_service')}}
@foreach(getServices(5) as $p_service) @endforeach

{{ optionByKey('your_contacts') }}

*{{ optionByKey('your_ontacts') }}
{{ optionByKey('post_how_would') }}
@if(Auth::user()) @else @endif
{!!optionByKey('privacy_heading') !!} {!! optionByKey('privacy') !!}
{!! optionByKey('spe_cat_per_data') !!}
{!! Html::form()->close() !!}
@include('includes.need_help')
@endsection @push('css-styles') @endpush @push('scripts')