@extends('layouts/main') {{-- Page title --}} @section('title') Check Out | Buy Best Quality Grains & Dry Produce Online | Leading Selection in Tanzania & East Africa @parent @stop @section('content')
Free shipping on all orders over $99 Shop now
  • english
    English
  • english
    English
  • arabic
    Arabic
  • french
    French
  • usd
    USD
  • usd
    USD
  • eur
    EUR
  • gbp
    GBP

What are you looking for?

2
{!! csrf_field() !!}

Delivery Address

{!! $errors->first('firstname', ':message') !!}
{!! $errors->first('lastname', ':message') !!}
{!! $errors->first('delivery_phone', ':message') !!}
{!! $errors->first('country_id', ':message ') !!}
{!! $errors->first('region_id', ':message ') !!}

Order Comment

Delivery Methods

{!! $errors->first('delivery_option', ':message') !!}

Payment Methods

Direct Bank Transfer

Make your payment directly into our bank account.
Account Name: Mchele Super Ltd
Account Number: 2837482342342
Bank Name: Mjini Branch
Bank Branch: Dar Es Salaam
Swift Code: TZ 234234
Please use your Order ID: {{ $order_number }} as the payment reference. Your order won't be delivered until the funds have cleared in our account.

Upload your bank deposit slip here: {!! $errors->first('deposit_slip', ':message') !!}

Order Summary

@foreach ($orders as $order) @foreach ($order->product as $product) @endforeach @endforeach
  Image Product Qty Price Subtotal
{{ $product->name }}
(Grade: {{ $product->grade }} - Type: {{ $product->category->name }})
{{ $product->quantity }} {{ $product->price }} {{ $product->quantity * $product->price }}
Subtotal {{ $cart_total }}
Coupon Discount -$25.00
Tax $10.00
Shipping Free shipping
Total {{ $cart_total }}
Submit order
Payment

Your cart (0 Items)

No Products in the Cart

Continue shopping

Your cart (2 Items)

50%
Only $199.00 away from Free Shipping
Congrats! You are eligible for Free Shipping
Shipping:$10.00
Tax:$0.00
Total:{{ $cart_total }}
Terms & conditions
@stop