@extends('master.front') @section('content')

Sifarişçi məlumatları

{{ csrf_field() }}

Sİzİn sİfarİşİnİz

  • Məhsul
  • Qİymət
    @foreach($products as $product)
  • {{ $product['item']['name'] }} × {{ $product['qty'] }}{{ $product['price'] }} AZN
  • @endforeach
  • Cəm qİymət {{ $totalPrice }} AZN
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order won’t be shipped until the funds have cleared in our account.
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
Please send your cheque to Store Name, Store Street, Store Town, Store State / County, Store Postcode.
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
Pay with cash upon delivery.
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
Pay with cash upon delivery.
--}} {{--
--}} {{--
--}} {{--
--}}
@endsection