@if( env('BANNERS_STATUS') == 'on')
@else
@endif
@foreach(@head($addsbylatest) as $newadds)
{{ $newadds->title }} {{--
--}}
@if (strtotime($newadds->created_at) > strtotime(\Carbon\Carbon::now()->subDays(5))) NEW @endif @if ($newadds->vip == 1) FEATURED @endif

{{ @str_limit($newadds->title, 30) }}

{{--
--}}
@if($newadds->promo_price) {{ $newadds->price }} @if ($newadds->valuta) {{ @head($newadds->valuta)->value }} @else $. @endif {{ $newadds->promo_price }} @if ($newadds->valuta) {{ @head($newadds->valuta)->value }} @else $. @endif @else {{ $newadds->price }}@if ($newadds->valuta) {{ @head($newadds->valuta)->value }} @else $. @endif @endif
@if ($newadds->addgodina) {{ $newadds->addgodina }} yr. | @endif @if ($newadds->addkubatura) {{ $newadds->addkubatura }} cc | @endif @if ($newadds->addkilometri) {{ $newadds->addkilometri }} mi. @endif @if ($newadds->tirewidth) {{ @head($newadds->tirewidth)->name }} /@endif @if ($newadds->tireheight) {{ @head($newadds->tireheight)->name }} @endif @if ($newadds->tirediameter) ZR-{{ @head($newadds->tirediameter)->name }} @endif @if ($newadds->tireposition) | {{ @head($newadds->tireposition)->name }} @endif

@endforeach
@foreach(@head($addsbymost) as $mostads)
{{ $mostads->title }} {{--
--}}
@if (strtotime($mostads->created_at) > strtotime(\Carbon\Carbon::now()->subDays(5))) NEW @endif @if ($mostads->vip == 1) FEATURED @endif

{{ @str_limit($mostads->title, 30) }}

{{--
--}}
@if($mostads->promo_price) {{ $mostads->price }} @if ($mostads->valuta) {{ @head($mostads->valuta)->value }} @else $. @endif {{ $mostads->promo_price }} @if ($mostads->valuta) {{ @head($mostads->valuta)->value }} @else $. @endif @else {{ $mostads->price }}@if ($mostads->valuta) {{ @head($mostads->valuta)->value }} @else $. @endif @endif
@if ($mostads->addgodina) {{ $mostads->addgodina }} yr. | @endif @if ($mostads->addkubatura) {{ $mostads->addkubatura }} cc | @endif @if ($mostads->addkilometri) {{ $mostads->addkilometri }} mi. @endif @if ($mostads->tirewidth) {{ @head($mostads->tirewidth)->name }} /@endif @if ($mostads->tireheight) {{ @head($mostads->tireheight)->name }} @endif @if ($mostads->tirediameter) ZR-{{ @head($mostads->tirediameter)->name }} @endif @if ($mostads->tireposition) | {{ @head($mostads->tireposition)->name }} @endif
@endforeach
@section('footer_scripts') @endsection