@extends('admin.master') @section('content')

Relatório de Novos Anúncios


@if($ads) @foreach($ads as $ad)
{{$ad->user->name}} {{$ad->user->type['name']}} adicionou um novo veículo {{($ad->site_only) ? 'exclusivo do site' : ''}}. {{$ad->brand->name}} {{$ad->fipe->model}} - {{$ad->fipe->year}} R$ {{number_format($ad->price, 2, ',', '.')}} {{$ad->fipeoff}} {{date('d/m/Y H:i:s', strtotime($ad->published_at))}}
@endforeach @endif
{!! $ads->render() !!}
@stop