@if (Session::has('staff')) @php $staff = Session::get('staff') @endphp @if($staff->staffeducation->count()>0)
@foreach ($staff->staffeducation as $index=>$se) @endforeach
STAFF EDUCATION
# EDUCATION START-DATE CLOSING-DATE COMPLETED
{{ ++$index }} {{ $se->staffeducationtype->name }} {{ $se->startdate }} {{ $se->closingdate }} {{ $se->completed?'YES':'NO' }}
@endif @endif