@extends('portal.portal-layout') @section('pages-content')
References

Past references

@foreach ($past_references as $reference)
{{$reference->referee_first_name}} {{$reference->referee_last_name}}
@if($reference->is_referee_unsuitable) Referee rejected @else Expired Expired on {{$reference?->expiresOn()?->format('jS F Y')}} @endif
@svg('img/icons/lock-closed')
@endforeach @if (count($past_references) < 1) No data available

@endif
@endsection