@include('vendor.partials.top-header')
{{ __('messages.billing_information') }}
{{ __('messages.billing_description') }}
@if(session('success'))
{{ session('success') }}
@endif
@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif