@extends('front.layouts.main') @section('meta_tags') {{ @$ad->translations->first()->title }}| {{@$setting->translation->title}} @stop @section('content')
{{ $ad->translations->first()->title }} {{ @$ad->price }}

{{ $ad->address }}

@if($ad->images->count() > 0 ) @foreach($ad->images as $image)
@endforeach @else
@endif
@foreach($ad->images as $image)
@endforeach
@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }} ×
@endforeach @endif @if(Session::has('success'))
×{{ Session::get('success') }}
@endif
الوصف
{!! @$ad->translations->first()->content !!}
{{--
التفاصيل
--}}
    @if($ad->space !== null)
  • مساحة
  • @endif @if($ad->bed_room !== null)
  • غرف نوم
  • @endif @if($ad->bathroom !== null)
  • حمام
  • @endif @if($ad->parking !== null)
  • جراج
  • @endif
    @if($ad->space !== null)
  • {{ @$ad->space }}
  • @endif @if($ad->bed_room !== null)
  • {{ @$ad->bed_room }}
  • @endif @if($ad->bathroom !== null)
  • {{ @$ad->bathroom }}
  • @endif @if($ad->parking !== null)
  • {{ @$ad->parking }}
  • @endif
@if($ad !== null) @if($ad->user_id != Auth::id())
اضافه تقييم
@csrf
التقييم :
@endif @endif
@if($ad->lat != null || $ad->long != null)
المكان على الخريطة

See map bigger
@endif
@include('front.ads.rates')
@stop