@extends('layouts.app') @section('title') My Recent Views | Sanlive Pharmarcy @endsection @section('head') @endsection @section('content') @section('styles') @endsection
@include('includes.accountSidebar')
{{_('<< back ')}}
@forelse ($recent as $product)
{{$product->name}}
-{{number_format($product->discount)}}%
{{$product->category->name}}
{{$product->name}}
{{moneyFormat($product->sale_price)}}{{moneyFormat($product->price)}}
Add To Cart
@empty @endforelse
@endsection