@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
{{ safe_output($ad->title) }} ({!! $ad->status_context() !!})
{!! $ad->full_address() !!} |
@lang('app.reports') : {{ $ad->reports->count() }}
@if($ad->category_type== 'auction') {{$ad->bids->count()}} @endif @if($ad->category_type== 'jobs') {{$ad->applicants->count()}} @endif @if($ad->status ==1) @else @endif |