Visualizando Anúncio
{{$anuncio->car_status->name}} @if($anuncio->car_status_id === 9) TURBINADO @endif @if($anuncio->site_only) OFERTA EXCLUSIVA DO SITE @endif
@if($pedidos) @foreach($pedidos as $pedido) @if ($pedido->delayed_schedule)-
@foreach($mods->reasons as $reason)
- {{$reason['reason']}} @if(!empty($reason['car_id']) ) Ver anúncio @endif @endforeach
Marca: | {{$anuncio->brand->name}} |
Modelo: | {{$anuncio->fipe->model}} ({{$anuncio->fipe->code}}) |
Ano: | {{$anuncio->fipe->year}} |
Cor: | {{$anuncio->color->name}} |
Portas: | {{$anuncio->doors}} |
Combustível: | {{$anuncio->fipe->fuel}} |
Quilometragem: | {{$anuncio->km}} |
Valor: | R$: {{number_format($anuncio->price, 2, ',', '.')}} {{$anuncio->fipe_percent_off}} |
Fipe: | R$ {{number_format($anuncio->fipe_price, 2, ',', '.')}} |
Custo: | R$ {{isset($anuncio->cost) ? number_format($anuncio->cost, 2, ',', '.') : 'Não informado'}} |
Data de cadastro: | {{ ($anuncio->created_at <= 0) ? 'Não publicado' : date('d/m/Y H:i:s', strtotime($anuncio->created_at)) }} |
Data da publicação: | {{ ($anuncio->published_at <= 0) ? 'Não publicado' : date('d/m/Y H:i:s', strtotime($anuncio->published_at)) }} |
Patrocinado até: | {{($anuncio->boosted_until <= 0) ? 'Não patrocinado' : date('d/m/Y H:i:s', strtotime($anuncio->boosted_until))}} |
Descrição: | {{$anuncio->observation}} |
Opcionais: |
|
DDD do anúncio: | {{$anuncio->user_ddd}} |
Visível para: |
@if($anuncio->site_only)
Site do cliente
@else
|
Anunciante: | ({{$anuncio->user->id}}) {{$anuncio->user->dealership}} ({{$anuncio->user->type['name']}}) Ver Estoque Editar usuário |
Loja vinculada: | @if($car->store) ({{$car->store->id}}) {{$car->store->trade_name}} Ver detalhes @else Sem loja vinculada! @endif |
Nome: | {{$anuncio->user->name}} |
Documento: | {{$anuncio->user->document}} |
Endereço: | {{ $anuncio->user->address }} , {{ $anuncio->user->number }} {{$anuncio->user->neighborhood}} {{$anuncio->user->city}} {{$anuncio->user->state}} |
Telefone Fixo: | {{mascara_telefone($anuncio->user->phone)}} |
Telefone Celular: | {{mascara_telefone($anuncio->user->cell_phone)}} |
Situação do usuário: | {{ ($anuncio->user->is_aprovado == 0) ? 'Bloqueado' : 'Ativo' }} |
Data de Cadastro | {{date('d/m/Y H:i:s', strtotime($anuncio->user->created_at))}} |
Visto por último: | {{($anuncio->user->last_seen <= 0) ? 'Não entrou no chat' : date('d/m/Y H:i:s', strtotime($anuncio->user->last_seen))}} |
Anúncio não encontrado
@endifNão há conversas
Nome | Tipo | Data | Estoque |
---|---|---|---|
{{$interessado->nome}} | {{$interessado->tipo}} | {{$interessado->created_at->format('d/m/Y H:i:s')}} | Ver |
Não há ligações
Nome | Tipo | Data | Estoque |
---|---|---|---|
{{$interessado->nome}} | {{$interessado->tipo}} | {{$interessado->created_at->format('d/m/Y H:i:s')}} | Ver |
Não há edições para este anúncio
@else @foreach($edits as $e)Editado por: {{$e->name}} em {{ date('d/m/Y H:i:s', strtotime($e->created_at)) }}
-
@foreach($e->edits['changes'] as $a)
@if($a['is_edited'])
- Campo: {{$a['label']}} era: {{$a['old']}} agora: {{$a['new']}} @endif @endforeach @if($e->edits['photos']['is_edited'] === true)
Fotos
Antes:
Agora:
@endif@endforeach @endif @endif
Não há denúncias para este anúncio
@elseData da denúncia | Denunciante | Motivo | Observações | Ações |
---|---|---|---|---|
{{ date('d/m/Y H:i:s', strtotime($d->created_at)) }} | ({{$d->user->id}}) {{$d->user->name}} | {{$d->reason}} | {{$d->observation}} |
Data | Produto | Valor | Situação |
---|---|---|---|
{{$pedido->created_at->format('d/m/Y H:i:s')}} | {{$pedido->product->name}} | {{$pedido->price}} | {{$pedido->situation}} |
Data | Selecionados | Enviados |
---|---|---|
{{date('d/m/Y H:i:s', strtotime($push->created_at))}} | {{$push->eligible_tokens}} | {{$push->sent_push}} |