@extends('front.layouts.app') @section('content')
@if(request()->session()->has('success'))
Thank you! ... Your order has been submitted!
@endif @if(request()->session()->has('error'))
Sorry! ... Email not sent! ... contact us on +96179176111
@endif
Item Price Color Quantity Total Remove
  • Subtotal $0
  • Shipping cost $3
  • Total $0
@csrf
@endsection @push('js') @endpush