@if (Session::has('staff')) @php $staff = Session::get('staff') @endphp @if($staff->staffexpertise->count()>0)
@foreach ($staff->staffexpertise as $index=>$se) @endforeach
STAFF EXPERTISE
# JOB-TITLE JOB LOCATION START-DATE CLOSING-DATE
{{ ++$index }} {{ $se->jobtitle }} {{ $se->joblocation }} {{ $se->start }} {{ $se->closingdate }}
@endif @endif