@extends('layout.app') @section('page-title', $checkoutDto->title) @section('breadcrumb')
Home Checkout
@endsection @if(PROD_ENV === true) @section('tracking') @endsection @endif @section('content')
@if($checkoutDto->adminId)
Billing details
@else
Billing details
@endif @if($checkoutDto->adminId) @endif
personalInfo['billBizName']) checked @endif >
@if($checkoutDto->adminId)
@endif
personalInfo['shipto_same']) checked @endif >
personalInfo['shipto_same']) style="display: none" @endif>
Shipping details
@endsection @if($GLOBALS['session']->admin) @section('admin-panel') @endsection @endif @section('modals') @include('partials.modals._get_from_order') @include('partials.modals._get_from_quote') @endsection @push('after-foot-js') @endpush