@extends('layouts.front_main') @section('title', $page_name) @if(isset($page) && $page) @include('front.partials._meta_properties_page') @endif @section('content')
| Product Description | Quantity | Price | Total |
|---|---|---|---|
| {{$packet->title}} | 1 | £{{$packet->price}} | £{{$packet->price}} |
| Subtotal | £{{$packet->price}} | ||
| VAT @ 20% | £0.00 | ||
| Total | £{{$packet->price}} |