@extends('layouts.user.master') @section('title') @lang('translation.create-product') @endsection @section('css') @endsection @section('content')
@csrf
@if(session('success_request')) @elseif(session('error_request')) @endif
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if($errors->has('title'))--}} {{-- {{ $errors->first('title') }}--}} {{-- @endif--}} {{--
@lang('property-request.error-title')
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
@lang('property-request.error-area-description')
--}} {{-- @if($errors->has('address'))--}} {{-- {{ $errors->first('address') }}--}} {{-- @endif--}} {{--
--}} {{--
--}}
@lang('property-request.area')
@if($errors->has('residential-unit')) {{ $errors->first('residential-unit') }} @endif
@if($errors->has('residential-space')) {{ $errors->first('residential-space') }} @endif
@if($errors->has('property-city')) {{ $errors->first('property-city') }} @endif
@if($errors->has('property-year-build')) {{ $errors->first('property-year-build') }} @endif
@lang('property-request.additional-requests')

Search for features your future home must have

@if($errors->has('description')) {{ $errors->first('description') }} @endif
@lang('property-request.property-status')
@if($errors->has('property-status')) {{ $errors->first('property-status') }} @endif
@if($errors->has('property-category')) {{ $errors->first('property-category') }} @endif
@if($errors->has('property-layout')) {{ $errors->first('property-layout') }} @endif
@if($errors->has('property-document-status')) {{ $errors->first('property-document-status') }} @endif
@if($errors->has('property-type')) {{ $errors->first('property-type') }} @endif
@lang('property-request.property-pricing')
@if($errors->has('property-rent-price')) {{ $errors->first('property-rent-price') }} @endif
@endsection @section('script') {{-- --}} {{-- JS libraries --}} {{-- Custom JS files --}} @endsection