@extends('layouts.app') @section('title') {{$product->name}} @endsection @section('head') @endsection @section('content')
@if($product->status == 1)
OUT OF STOCK
@endif
  • {!! substr($product->description,0,100) !!}
{{moneyFormat($product->sale_price)}} {{moneyFormat($product->price)}}
@csrf
Quantity:
@if($product->requires_prescription == 1)
@endif
{{$product->name}}

{{$product->name}}

{{$product->title??null}}

{!! $product->description !!}

Very secured paymenet methods
Shipping will be calculated on checkout
Please note that price may increase due to exchange rate, ensure updated price before making payment

Related products

{{-- @if(Session::has('cartalert')) --}} @include('users.carts.alert') {{-- @endif --}} @endsection @section('script') @endsection