@if(!empty(pagesetting('student_repeater')) || !empty(pagesetting('tutor_repeater')))
@if(!empty(pagesetting('student_repeater')))
@foreach(pagesetting('student_repeater') as $key => $option)
@if($loop->odd)
@if(!empty($option['std_btn_icon']))
@endif
@if(!empty($option['student_sub_heading']))
@if ($option['student_sub_heading'] == 'Sign Up')
{{ $option['student_sub_heading'] }}
@else
{{ $option['student_sub_heading'] }}
@endif
@endif
@if(!empty($option['student_heading']))
{!! $option['student_heading'] !!}
@endif
@if(!empty($option['student_paragraph'])) {!! $option['student_paragraph'] !!} @endif
@if(!empty($option['student_image']))
@if(!empty($option['student_image'][0]['path']))
@endif
@endif
@else
@if(!empty($option['student_image']))
@if(!empty($option['student_image'][0]['path']))
@endif
@endif
@if(!empty($option['std_btn_icon']))
@endif
@if(!empty($option['student_sub_heading']))
@if ($option['student_sub_heading'] == 'Find a Tutor')
{{ $option['student_sub_heading'] }}
@else
{{ $option['student_sub_heading'] }}
@endif
@endif
@if(!empty($option['student_heading']))
{!! $option['student_heading'] !!}
@endif
@if(!empty($option['student_paragraph'])) {!! $option['student_paragraph'] !!} @endif
@endif
@endforeach
@endif
@if(!empty(pagesetting('tutor_repeater')))
@foreach(pagesetting('tutor_repeater') as $option)
@if($loop->odd)
@if(!empty($option['tutor_btn_icon']))
@endif
@if(!empty($option['tutor_sub_heading']))
@if ($option['tutor_sub_heading'] == 'Sign Up')
{{ $option['tutor_sub_heading'] }}
@else
{{ $option['tutor_sub_heading'] }}
@endif
@endif
@if(!empty($option['tutor_heading']))
{!! $option['tutor_heading'] !!}
@endif
@if(!empty($option['tutor_paragraph'])) {!! $option['tutor_paragraph'] !!} @endif
@if(!empty($option['tutor_image']))
@if(!empty($option['tutor_image'][0]['path']))
@endif
@endif
@else
@if(!empty($option['tutor_image']))
@if(!empty($option['tutor_image'][0]['path']))
@endif
@endif
@if(!empty($option['tutor_btn_icon']))
@endif
@if(!empty($option['tutor_sub_heading']))
@if ($option['tutor_sub_heading'] == 'Set Availability')
{{ $option['tutor_sub_heading'] }}
@else
{{ $option['tutor_sub_heading'] }}
@endif
@endif
@if(!empty($option['tutor_heading']))
{!! $option['tutor_heading'] !!}
@endif
@if(!empty($option['tutor_paragraph'])) {!! $option['tutor_paragraph'] !!} @endif
@endif
@endforeach
@endif
@endif