@extends('layouts.master') @section('content')
{!! Html::form('POST', '/c/post-insert-gallery/'.$insert_key)->attributes(['id' => 'msform', 'class' => 'msform','autocomplete'=>'off'])->open() !!}
2/3

{{ optionByKey('post_photo') }}

{{ optionByKey('edit_profile_show') }}
{{ optionByKey('title') }} : {{ $profile->title }}
{{ optionByKey('text') }} : {!! substr($profile->description,0,200) !!}
{!! $profile->age; !!} {!! optionByKey('listing_years') !!} | {{ $profile->catName->name }} | {{$profile->cityName->name}}

{{ optionByKey('your_photo') }}

{!! optionByKey('photo_permission') !!}
{!! optionByKey('drag_drop_picture') !!}

{!! optionByKey('If_you_dont_choose') !!}

{!! optionByKey('only_one_picture') !!}
{!! Html::form()->close() !!}
@include('includes.need_help')
@endsection @push('css-styles') @endpush @push('append-js') @endpush @push('scripts') @if(!empty(Session::get('error_code')) && Session::get('error_code') == 5) @endif @endpush