@php $teams = getTeams(limit: null, order: 'asc'); @endphp @extends('client.raffles.layouts.app') @section('content') @include('client.raffles.pages.partials.breadcumb')

{{ $page->short_description }}

{!! $page->description !!}

{{ $page->button_text }}
@isset($page->custom) @foreach ($page->custom as $item)

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

{{ $item['value'] ?? '' }}

@break($loop->index == 1) @endforeach @endisset
{{ $page->title }}
@isset($page->custom) @foreach (collect($page->custom)->skip(2) as $item)

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

{{ $item['value'] ?? '' }}

@endforeach @endisset
@isset($teams)
Creative team

Committed staff are ready to help you

@foreach ($teams as $team)
{{ $team->title }} {{--

Lorem ipsum simply of printing typesetting.

--}}
{{ $team->title }}
{{ $team->designation }}
@endforeach
@endisset
images[0] : '' }}')">
@endsection