@extends('Layouts.app') @section('_Titlepage','About') @section('_aboutpage','active') @section('_content')
{{ __('about.About') }}
gold bar
{{ __('about.Start by applying') }}
gold icon
{{ __('about.Elite Consulting Group (ECG)') }}
{{ __('about.Elite Consultancy Group') }}
{{ __('about.Our Promises') }}
{{ __('about.Cheapest digital monetary') }}
{{ __('about.Safe and Secure') }}
{{ __('about.Easy and Simple') }}
{{ __('about.A multi-industry') }}
{{ __('about.Roadmap') }}
2020
Q3
{{ __('about.Initiate partnerships with') }}
{{ __('about.Listing of GoGo') }}
2020
Q4
{{ __('about.SDK/API') }}
{{ __('about.Opening 10 redemption') }}
2021
Q1-Q3
{{ __('about.Complete Series A') }}
{{ __('about.Moving GoldGo tokens') }}
{{ __('about.The People Behind') }}
gold icon goldgo
@foreach ($about_data as $item) {{$count = $item['Director']}} {{$count2 = $item['detail']}}
{{ __('about.people title '.$item["level"]) }}
{{ __('about.people position '.$item["level"]) }}
@for ($i = 1; $i <= $count; $i++)
{{ __('about.people detail'.$i.' '.$item["level"]) }}
@endfor @for ($i = 1; $i <= $count2; $i++)
{{ __('about.people detail-f'.$i.' '.$item["level"]) }}
@endfor
image
@endforeach
{{ __('about.Our Team Members')}}
{{ __('about.hr1')}}
{{ __('about.Engineer1')}}
{{ __('about.Operations1')}}
{{ __('about.hr2')}}
{{ __('about.Engineer2')}}
{{ __('about.Operations2')}}
{{ __('about.Our Partner')}}
@for($i=1; $i<7; $i++)
{{ __('about.Singapore-Based'.$i) }}
@endfor
@for($i=1; $i<7; $i++)
{{ __('about.Singapore-Based'.$i) }}
@endfor
@endsection