@extends('layouts.app') @section('title') {{__('message.Checkout - Invoice address')}} | @endsection @section('content')

{{__('message.Secure connection')}}

@method('GET') @csrf

{{__('message.Invoice address')}}

{{__('message.Fields marked * are mandatory.')}} {{--

{{__('message.Customer type')}}

--}} {{--
--}} {{--
--}}

{{__('message.Address type')}}

@include('layouts.footer')
@endsection @push('scripts') @endpush