@extends('layouts/layoutMaster') @section('title', 'Checkout - Front Pages') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
@include('_partials/wizard-ex-checkout') @include('_partials/_modals/modal-add-new-address')
@endsection