@if ($property->options->sale_currency_id == 2 || $property->options->rent_currency_id == 2) @php $currency = __('site.USD') @endphp @elseif($property->options->sale_currency_id == 3 || $property->options->rent_currency_id == 3) @php $currency = __('site.EUR') @endphp @elseif($property->options->sale_currency_id == 4 || $property->options->rent_currency_id == 4) @php $currency = __('site.GBP') @endphp @else @php $currency = __('site.EGP') @endphp @endif @if($property->options->sale_currency_id == 2 || $property->options->rent_currency_id == 2) {{ $property->price*$usd }} @lang('site.EGP') @elseif($property->options->sale_currency_id == 3 || $property->options->rent_currency_id == 3) {{ $property->price*$eur }} @lang('site.EGP') @elseif($property->options->sale_currency_id == 4 || $property->options->rent_currency_id == 4) {{ $property->price*$gbp }} @lang('site.EGP') @else {{ $property->price.' '.$currency}} @endif @if($currency != __('site.EGP') && $currency != null) ({{ $property->price.' '.$currency}}) @endif
@endif
@if ($property->request_owner->agent->id)
{{ $property->request_owner->agent->username }}
@endif
@endif
@if ($property->request_owner->agent->id)
{{ $property->request_owner->agent->username }}
@endif
{{ \Carbon\Carbon::parse($property->updated_at)->translatedFormat('M d') . ' ' . __('site.at') . ' ' . \Carbon\Carbon::parse($property->updated_at)->translatedFormat('h:m A') }}
{{--