No image
@endif
{{ $product->name }}
@if($product->description){{ Str::limit($product->description, 80) }}
@endif
Rs {{ number_format($price, 0) }}
@extends('layouts.website') @section('title', 'Menu') @section('content')
Select your items and add to cart.
No products available at this branch.