@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
@if (!empty($banner)) @endif

{{ $benefits['name'] ?? ""}}

{!! $benefits['desc'] ?? "" !!}
@if (!empty($graphs['list']))
@foreach ($graphs['list'] as $kk => $item)

{{ $item['name'] ?? ""}}

@endforeach
@endif
{{-- Decoration --}}
{{-- Decoration --}}
@if (!empty($about))
{!! $about['detail'] ?? "" !!}
@endif

@lang('frontend::lang.index_msg_37')

@lang('frontend::lang.index_msg_38')

@if (!empty($news['list'])) @endif
@if (!empty($testimonials))
@endif @if (!empty($our_members['list']))

@lang('frontend::lang.index_msg_43')

@endif @if (!empty($ads)) @endif @endsection @section('script') @endsection