@extends('front.layout.app') @section('content') Check Out Get a sneak peek into my world of raw, journey of desire and satisfaction. 😘 billing details @csrf First Name * Last Name * Company Name Country * Select Country @if(isset($countries)) @foreach($countries as $country) user()->country_id == $country->id ? 'selected' : '' }}>{{ $country->name }} @endforeach @endif Address * Phone Email Address * Postal Code * place order Your Order @php $total = 0 @endphp @foreach((array) session('cart') as $id => $details) @php $total += $details['price'] * $details['quantity'] @endphp @endforeach @if(session('cart')) @foreach(session('cart') as $id => $details) {{ $details['title'] }} $ {{ $details['price'] }} @endforeach @endif total ${{ $total }} @php Session::put('total', $total) @endphp @endsection
Get a sneak peek into my world of raw, journey of desire and satisfaction. 😘
{{ $details['title'] }}