@extends('includes.master') @section('content') @if(Session::has('error')) × {{ Session::get('error') }} @endif ENTER SHIPPING DETAILS {{csrf_field()}} @if(Auth::guard('profile')->guest()) @else @endif Paypal Credit Card Cash On Delivery Order Now Checkout as User ORDER DETAILS Product Quantity @foreach($cartdata as $cart) {{$cart->title}} {{$cart->quantity}} @endforeach {{----}} {{--Shipping Cost:--}} {{--${{round($settings[0]->shipping_cost,2)}}--}} {{----}} Total Cost: ${{round($total,2)}} @stop @section('footer') @stop