@extends('master.front') @section('title') {{ __('Billing') }} @endsection @section('script') @endsection @section('content')
{{-- Billing Address --}}
{{ __('Billing Address') }}
@csrf

{{-- @if (PriceHelper::CheckDigital()) --}}

{{-- @endif --}}
{{-- @include('includes.single_checkout_sidebar', $cart) --}} {{-- @include('includes.single_checkout_modal') --}}
@endsection