@extends('layouts.app') @section('styles') @endsection @section('content')

{{ __('Add Users') }}

{{ __('On this page you can add Users to your account. All users will automatically receive an invitation to complete the profile.') }}

{{ __('You have to provide a valid PO number and on clicking Save, an invoice will automatically be sent.') }}

{{ csrf_field() }}
{{ __('Total (excl. VAT)') }}:
{{ __('Total (incl. VAT)') }}:
{{ __('PO number') }}:
{{ __('Name') }}
{{ __('Email Address') }}
{{ __('Default Language') }}

{{ __('On clicking Save, an invoice will automatically be sent') }}

@endsection @push('scripts') @endpush