@foreach ($staffs as $memberTypeId => $staffGroup) @php $staffsByDesignation = $staffGroup->groupBy('designations'); @endphp @foreach ($staffsByDesignation as $designation => $staffMembers)
@foreach ($staffMembers as $staff)
{{ $staff->title }}

{{ $staff->title }}

{{ $staff->designations }}

@if($staff->showappointment)

@lang('language.appointmentdate') {{ getNepaliDate($staff->appointment_date) }}

@endif
@endforeach
@endforeach @endforeach