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

{{ __('Billing') }}

@if (Auth::user()->id == 1) @endif
@if (Auth::user()->id == 1) @endif
{{ __('Organisation') }} {{ __('Facilitator') }} {{ __('Number of profiles') }} {{ __('Yearly License') }} {{ __('Actions') }}
{{ __('Organisation') }} {{ __('Invoice number') }} {{ __('Invoice date') }} {{ __('Amount') }} (€) {{ __('Days Open') }} {{ __('Actions') }}
{{ __('Organisation') }} {{ __('Invoice number') }} {{ __('Invoice date') }} {{ __('Payment date') }} {{ __('Actions') }}
@endsection @push('scripts') @endpush