@foreach ($inboxes as $inbox) @endforeach
  {{ __('Subject') }} {{ __('From') }} {{ __('Organisation') }} {{ __('Project') }} {{ __('Received') }}
@if($inbox->status == 2 || $inbox->status == 3) {{ $inbox->subject }} @else {{ $inbox->subject }} @endif @if($inbox->sender) {{ $inbox->sender->name }} @else {{ $inbox->from }} @endif @if($inbox->organisation) {{ $inbox->organisation->name }} @else   @endif @if(!empty($inbox->project)) {{ $inbox->project->title }} @else {{ '' }} @endif {{ $inbox->created_at }}
{{ $inboxes->links() }}