@extends('layout1') @section('title')
{{ $counter->translation->title }}
{{ currency($property->price) }}
@elseif ($property->property_purpose_id == 2){{ currency($property->price) }} / @if ($property->period == 'Daily') {{ __('Daily') }} @elseif ($property->period == 'Monthly') {{ __('Monthly') }} @elseif ($property->period == 'Yearly') {{ __('Yearly') }} @endif
@endif{{ $blog->created_at->format('d') }} {{ $blog->created_at->format('m') }} {{ $blog->created_at->format('Y') }}
{{ $blog->comments->where('status', 1)->count() }}{{ $blog->translation->short_description }}