@extends('layouts.front') @push('css') @endpush @section('content')

@lang('Submit Property')

@lang('Just Submit Your Property')
@if (!auth()->user())
@endif
@include('includes.user.form-both') {{ csrf_field() }}

@lang('Basic Information')

@lang('Pricing Info')

@lang('Extra Info')

@lang('Locations')

@lang('Additional Details')

@lang('Category')

@if ($attributes) @foreach ($attributes as $key=>$attribute)

{{ $attribute->name }}

@if ($attribute->options) @foreach ($attribute->options as $okey=>$option)
@endforeach @endif
@endforeach @endif

@lang('Property Type')

{{-- feature image --}}

@lang('Featured Image ')

@includeIf('partials.front.cta') @endsection @push('js') @endpush