@foreach ($staffs as $memberTypeId => $staffGroup) @php $staffsByDesignation = $staffGroup->groupBy('designations'); @endphp @foreach ($staffsByDesignation as $designation => $staffMembers)
{{ $staff->designations }}
@if($staff->showappointment)@lang('language.appointmentdate') {{ getNepaliDate($staff->appointment_date) }}
@endif