@if(!empty($meetingNotes)) Add Leave Hours @endif
@if(empty($meetingNotes)) @php $index = 1; $key = 0; @endphp
@include('backend.hr.addleave.add_long_leave.question_form')
@else @foreach($meetingNotes as $key => $quesData) @php $index = $key + 1; @endphp

Leave {{$index}}

{!!$cardIcon!!}
@include('backend.hr.addleave.add_long_leave.question_form')
@endforeach @endif