@extends('web.layouts.layout') @section('content')
{{ $banner->currentDescription->title ?? '' }}
{{ $banner->currentDescription->title ?? '' }}

{!! changeWordStyleInText( ['easily', 'بسهولة'], $banner->currentDescription->title ?? "", '%s' ) !!}

{{ strip_tags($banner->currentDescription->description ?? '') }}
{{ $banner->currentDescription->title ?? '' }}
{{ $banner->currentDescription->subtitle ?? '' }}
@php $delayArr = ['0s', '0.2s', '0.4s']; @endphp @foreach($ourAdvantages as $advantage) @php $imageStyle = ''; if ($advantage->image && is_file(public_path($advantage->image))){ $imageStyle = "background-image: url(".getImage($advantage->image).");background-size: cover;background-repeat: no-repeat;background-color: transparent;"; } @endphp
{{ $advantage->currentDescription->title ?? "" }}
{!! $advantage->currentDescription->description ?? "" !!}
@if($loop->last) {{ __('main.subscribe_now') }} @endif
@endforeach

{{ __('programs.programs2') }} {{ __('main.anmar_fit') }}

{{ __('main.various_programs_for_all') }}

@foreach($programs as $program)
even ? 'data-wow-delay="0.2s"':'' }}>
{{ $program->currentDescription->title ?? '' }}

{{ $program->currentDescription->title ?? '' }}

{!! $program->currentDescription->description ?? '' !!}
{{ $program->price }} {{ __('main.saudi_riyal') }}
{{ __('main.more') }}
@endforeach

{{ $yourTripCat->currentDescription->title ?? "" }}

{{ strip_tags($yourTripCat->currentDescription->description ?? "") }}

@php $relatedTrip = array( 'delay' => ['0s', '0.2s', '0.4s', '0.6s'], 'icon' => ['fal fa-hand-point-up', 'fal fa-credit-card', 'fal fa-clock', 'fab fa-whatsapp'], 'split_number' => [1, 1, 2, 1], ); @endphp @foreach($yourTrip as $trip)
{{ __('main.step') }} {{ $loop->iteration }}
@php $splitResult = splitSentenceFromStart($trip->currentDescription->title ?? "", $relatedTrip['split_number'][$loop->index] ?? 1); @endphp

{{ $splitResult['part1'] }} {{ $splitResult['part2'] }}

{{--
{{ stripText($trip->currentDescription->description ?? "") }}
--}}
@endforeach

{{ __('main.be_one_monsters') }}

{{ __('main.your_turn_ready') }}

@foreach($successStories as $story)
{{ $story->currentDescription->title ??
{{ $story->currentDescription->title ??
{{ $story->currentDescription->title ?? "" }}
{{--
{{ strip_tags($story->currentDescription->description ?? "") }}
--}}
@endforeach
@include('web.home.other._common_questions') @include('web.home.other._reviews') @include('web.home.other._instagram')
@endsection