Together런던지사
@foreach ($branchInfo['together_desc'] as $value)
{{ $value }}
@endforeach
@foreach ($togetherList as $value)
@endforeach
{{ $togetherList->onEachSide(2)->appends(request()->input())->links('layouts.pagination') }}
@endif
@if ($type2 == 'applyOt')
OT(Orientation) 신청하기
런던지사에서는 매주 수요일, 현지정착을 돕는 오리엔테이션을 진행하고 있습니다.
영국생활에서 꼭 알아야 할 것들을 현지 정착 오리엔테이션을 통해 확인해 보세요!
{{ $otList->onEachSide(2)->appends(request()->input())->links('layouts.pagination') }}
@endif
@if ($type2 == 'otView')
OT(Orientation) 다시보기
런던지사에서는 매주 수요일, 현지정착을 돕는 오리엔테이션을 진행하고 있습니다.
영국생활에서 꼭 알아야 할 것들을 현지 정착 오리엔테이션을 통해 확인해 보세요!
@foreach ($otView as $value)
@endforeach
{{ $otView->onEachSide(2)->appends(request()->input())->links('layouts.pagination') }}