@extends('layouts.main') @section('meta') @include('blocks.meta', ['meta' => 'test']) @endsection @section('content')

Order Review

If you have any questions, contact us at support@gmail.ae or +96171333444

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Customer Details
Payment Method

Order Preview

Total Price: 0

Shipping Charge: 0$

Amount: 0.00$

@endsection