@extends('site.layouts.master') @section('title')
@lang('site.LAST CHANCE TO BID')
@php $weeks = Carbon\Carbon::parse($auction->auction_end_date)->diffInWeeks(now()); if ($weeks > 0) { $totalDays = Carbon\Carbon::parse($auction->auction_end_date)->diffInDays(now()); $days = $totalDays % 7; $totalHours = Carbon\Carbon::parse($auction->auction_end_date)->diffInHours(now()); $hours = $totalHours % ($totalDays * 24); $minutes = Carbon\Carbon::parse($auction->auction_end_date)->diffInMinutes(now()) % ($totalHours * 60); } @endphp@lang('site.End In') {{ $weeks ?? 0 }} @lang('site.Weeks') {{ $days ?? 0 }} @lang('site.Days') {{ $hours ?? 0 }} @lang('site.Hours') {{ $minutes ?? 0 }} @lang('site.Minutes')
{{ date('d M Y', strtotime($auction->date)) . ' - ' . date('d M Y', strtotime($auction->auction_end_date)) }}
@if ($property->location->governorate->name) {{ $property->location->governorate->name }} @endif @if ($property->location->city->name) {{ $property->location->city->name }} @endif @if ($property->location->district->name) {{ $property->location->district->name }} @endif @if ($property->location->compound->name) {{ $property->location->compound->name }} @endif
@lang('site.listing_id') : {{ $property->id }}
@lang('site.Property_Types')
{{ $property->property_type->label }}
@lang('site.Property_Sub_Type')
@if (LaravelLocalization::getCurrentLocale() == 'en') @foreach ($property->subtypes()->pluck('sub_type_name')->toArray() as $subt) @if ($loop->iteration > 1) , @endif {{ $subt }} @endforeach @else @foreach ($property->subtypes()->pluck('sub_type_name_ar')->toArray() as $subta) @if ($loop->iteration > 1) , @endif {{ $subta }} @endforeach @endif
@lang('site.Property_For')
{{ $property->property_for }}
@lang('site.facing')
{{ $property->options->facing }}
@lang('site.Finishing_Status')
{{ $property->options->finishing_status }}
@lang('site.Property_Description')
@if (app()->getLocale() == 'en') @endif@lang('site.Location')
@lang('site.PropertyFeatures')
{{ $feature->name }}
@lang('site.current_bid')
@lang('site.estimated_price')
{{ $property->site_price * 0.8 }} {{ $property->site_currency }} - {{ $property->site_price * 1.2 }} {{ $property->site_currency }}
@if (!empty($auction->auction_start_price)){{ $auction->auction_start_price * 1.05 }}
{{ $auction->auction_start_price * 1.1 }}
{{ $auction->auction_start_price * 1.15 }}
{{ $auction->auction_start_price * 1.2 }}
@lang('site.bidder') {{ $bidder->bidder_id }}
@lang('site.price')
{{ date('d-m-Y', strtotime($bidder->updated_at)) }}
@lang('site.at')
{{ date('g:i A', strtotime($bidder->updated_at)) }}
{{ $bidder->price }} {{ $property->site_currency }}