@extends('layouts/layoutMaster') @section('title', 'Checkout - Wizard Examples') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-style') @endsection @section('page-script') @endsection @section('content')

Wizard examples / Checkout

@include('_partials/wizard-ex-checkout') @include('_partials/_modals/modal-add-new-address') @endsection