class(['mt-10 sm:mt-0']) }}>
{{ __('Manage projects') }}
@manager
{{ __('You may delete any of your projects if they are no longer needed.') }}
@endmanager
@viewer
{{ __('This is a overview of all projects. When mail scheduled it means it will create a report and mail the recipients.') }}
@endviewer
@manager
{{ __('Create Project') }}
{{ __('Cancel') }}
Create
@endmanager
Name
Mail Scheduled
@manager
Actions
@endmanager
@foreach ($projectManager->projects->sortBy('name') as $project)