@extends('layouts.app') @section('content')
Shopping Cart 3
TAILWICK50 Coupon code applied successfully.
Cotton collar t-shirts for men
$155.32
(Fashion)
310.64
Like style travel black handbag
$349.95
(Luggage)
349.95
Blive Printed Men Round Neck
$546.74
(Fashion)
2,186.96
Sub Total : $2,847.55
Discount (TAILWICK50): -$476.00
Shipping Charge : $89.00
Estimated Tax (12.5%) : $70.62
Total : $2,531.17
Basic Elements
@csrf
@if ($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@if ($errors->has('email_from')) {{ $errors->first('email_from') }} @endif
@if ($errors->has('email_to')) {{ $errors->first('email_to') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('limit_from')) {{ $errors->first('limit_from') }} @endif
@if ($errors->has('limit_to')) {{ $errors->first('limit_to') }} @endif
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
← Back
@include('layouts.footer')
@endsection