@extends('backend.layout') @section('content')
{{ __('Add Porperty') }}
    @csrf

    @csrf

    ...
    {{ __('Choose Image') }}

    ...
    {{ __('Choose Image') }}

    ...
    {{ __('Choose Image') }}
    @if ($propertySettings->property_country_status == 1)
    @endif @if ($propertySettings->property_state_status == 1)
    @endif
    {{--

    {{ __('If you leave it blank, price will be negotiable.') }}

    --}}
    @if (request('type') == 'residential')
    {{--
    --}} @endif
    {{--
    --}}
    {{--

    {{ __('if you do not select any vendor, then this property will be listed under you') }}

    --}}
    {{--

    {{ __('if you do not select any agent, then this property will be listed under Vendor') }}

    --}}
    @foreach ($languages as $language)
    @php $currLang = $language; @endphp @foreach ($languages as $language) @continue($language->id == $currLang->id)
    @endforeach
    @endforeach

    Add more details for Property Overview (Optional)

    {{ __('Label') }} {{ __('Value') }}
    @foreach ($languages as $language)
    @endforeach
    @foreach ($languages as $language)
    @endforeach
    @endsection @php $languages = App\Models\Language::get(); $labels = ''; $values = ''; foreach ($languages as $language) { $label_name = $language->code . '_label[]'; $value_name = $language->code . '_value[]'; if ($language->direction == 1) { $direction = 'form-group rtl text-right'; } else { $direction = 'form-group'; } $labels .= "
    "; $values .= "
    "; } @endphp @section('script') {{-- --}} @endsection