@if($product->discount_price == NULL)
${{ $product->selling_price }}
@else${{ $product->discount_price }}
@endif@extends('frontend.dashboard_master') @section('main') @section('title') Shop Page @endsection
We found {{ count($products) }} items for you!