@extends('layout.master', ['title' => 'Place Order']) @php use App\Models\Product; @endphp @section('custom_css') @endsection @section('content')

Home /

Order
@csrf

Billing Details

নাম*:

ডেলিভারি ঠিকানা*:

ফোন*:

ই-মেইল*:

ডেলিভারি চার্জ*:

@php $sub_total =0; @endphp @foreach ($product_carts as $product_cart)