@extends('client.raffles.layouts.app') @section('content')

{{ $page->title }}

{{ $page->short_description }}

@if ($page->children->count() > 0) @php $firstPage = $page->children[0]; @endphp
CEO portrait
Dinesh Dhakal
"

{{ $firstPage->short_description }}

{{ $firstPage->title }}

{!! $firstPage->description !!}

@endif
@if ($page->children->count() > 0) @php $secondPage = $page->children[1]; @endphp

Empowering Students to Succeed Beyond Borders

{{ $secondPage->title }}

{{ $secondPage->short_description }}

text box image
@endif @if ($page->children->count() > 0) @php $thirdPage = $page->children[2]; @endphp
text box image

{{ $thirdPage->title }}

{{ $thirdPage->short_description }}

@endif @if ($page->children->count() > 0) @php $fourthPage = $page->children[3]; @endphp

{{ $fourthPage->title }}

{{ $fourthPage->short_description }}

text box image
@endif

Team

@foreach ($teams as $team)

{{ $team->title }}

{{ $team->designation }}

@endforeach
@if ($page->children->count() > 0) @php $fifthPage = $page->children[4]; @endphp

{{ $fifthPage->title }}

@foreach ($fifthPage->custom as $child)

{{ $child['icon'] ?? '' }}

{{ $child['key'] ?? '' }}

@endforeach
@endif
@endsection