@extends('layouts.frontend') @section('seo') {{ $shareSettings->name }} | Products On Sale @endsection @section('content')

Products On Sale

Home / Shop /

Categories

refine by

Price

@foreach($products as $p)
ON SALE
@if($p->is_new == 1)
New
@endif @if($p->photos->count() > 0) @else @endif
${{$p->price}}

{{$p->name}}

@endforeach
{{ $products->links() }}
@endsection