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

{{ __('Organisations') }}

{{ __('Name') }} {{ __('Email Address') }} {{ __('Created At') }} {{ __('Actions') }}
@role('admin')
{{ __('Name') }} {{ __('Email Address') }} {{ __('Created At') }} {{ __('Actions') }}
@endrole
@role('admin|regioadmin')

{{ __('Invoiced Profiles in the Last Years') }}

@endrole
@endsection @push('scripts') @role('admin|regioadmin') @endrole @endpush