@extends('layouts.default') @section('title', $pageInfo->page_title) @section('content')
{{ $pageInfo->page_title }}
@include('checkout.login') @include('checkout.shipping') @include('checkout.shipping _methods') @include('checkout.payment')
@include('checkout.review-order')
@endsection