{{ __('invoice.Edit invoice') }}

@if($invoice->status === 'created')

{{ __('invoice.Select invoice basis') }}

{{ __("invoice.Should this invoice be created for customer or project?") }}

{{ __('invoice.Select customer') }}

{{ __("invoice.Select your customer and address") }}

{{ __('invoice.Select project') }}

{{ __("invoice.Select your project") }}

{{ __('invoice.Select address') }}

{{ __("invoice.Select your customer's address") }}

{{ __('customer.Invoice Address') }}
{{ __('customer.Delivery Address') }}

{{ __('invoice.Invoice options') }}

{{ __("invoice.Select the options for this invoice.") }}

{{ __('invoice.Invoice items') }} +

{{ __('form.Save') }}
@else
{!! __('invoice.Already sent') !!}
@endif