@section('page-title', __('language.home')) {{-- @section('page-description', $detail->description) --}} @section('page-image', asset($detail->image ?? 'site/img/default.png')) @extends('site.master') @section('main-content') @php $currentLanguage = app()->getLocale(); @endphp

Guided by Instinct, Knowledge, and Imagination Navigating Through Uncertainty with Confidence

@foreach ($record as $key => $item) @php $words = explode(' ', $item->title); // Split title into words $lastWord = array_pop($words); // Extract the last word $titleWithoutLastWord = implode(' ', $words); // Reconstruct the title without the last word @endphp

{{ $titleWithoutLastWord }} @if ($lastWord) {{ $lastWord }} @endif

{{ $item->shrtsummary }}
@endforeach
@foreach ($stats as $key => $item)

{{ $item->count }} {{ $item->unit }}

{{ $item->title }}
@endforeach
benifits
@endsection