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