@extends('frontend.layouts.frontend_app') @section('content')

{{ $discount_amount }}{{__('pages.%')}} {{__('pages.off')}} {{__('pages.Products')}}

@foreach ($discounted_products as $product) @include('frontend.components.product',['medicine' => $product,'class' => '']) @endforeach
@endsection