@extends('layouts.app') @section('content')
{{ __('messages.hero_subtitle') }}
{{ $listing->price ? number_format($listing->price, 0).' '.$listing->currency : 'Free' }}
{{ $listing->city }}
View Details{{ $listing->price ? number_format($listing->price, 0).' '.$listing->currency : 'Free' }}
{{ $listing->city }}
{{ $listing->created_at->diffForHumans() }}
Post your first listing for free!
@auth Post a Free Ad @else Get Started Free @endauth