@extends('layouts.app') @section('title','Checkout') @section('content')
{!! Form::open(['method'=>'POST','action' => 'CheckoutController@shippingNext']) !!}
@include('partials.cartItems')
@include('partials.checkoutButtons')
{!! Form::close() !!}
@endsection