Documents requiring your review and approval
{{ $document->type }}
@if(Auth::user()->hasRole('Consultant')) There are no documents waiting for consultant review at this time. @elseif(Auth::user()->hasRole('ClientA')) There are no documents waiting for Client A review at this time. @elseif(Auth::user()->hasRole(['ClientB', 'ClientC'])) There are no documents waiting for final client review at this time. @endif