@extends('layouts/indexLayoutMaster') @section('title', 'Somebuddy') @section('content')

@if ( Config::get('app.locale') == 'id') {{ $heroBanner['title'] }} @else {{ $heroBanner['title_en'] }} @endif

{{ __('landing.our_buddies') }}

{{ __('landing.best_recommendation') }}

@foreach($buddies as $key => $data) @include('panels.item-buddy-slider') @endforeach

{{ __('landing.why_choose_us') }}

@if ( Config::get('app.locale') == 'id') {{ $aboutUs['title'] }} @else {{ $aboutUs['title_en'] }} @endif

@foreach($aboutUsItems as $key => $data)
@if (!empty($data['image'])) @else @endif

@if ( Config::get('app.locale') == 'id') {{ $data['title'] }} @else {{ $data['title_en'] }} @endif

@endforeach

@if ( Config::get('app.locale') == 'id') {{ $aboutUs['description'] }} @else {{ $aboutUs['description_en'] }} @endif

@include('panels.promotion')

{{ __('landing.what_they_say') }}

@foreach($testimonials as $data)
avatar

{{$data['name']}}

{{$data['age']}}th

@if ( Config::get('app.locale') == 'id') {{ $data['description'] }} @else {{ $data['description_en'] }} @endif
@endforeach
@include('panels.call-to-action') @include('panels.socmed') {{--
--}} {{-- @include('panels.modal-waiting-verification') --}}
@endsection @section('page-script') {{-- Page js files --}} @endsection