@extends('front.layouts.app') @section('content')
@foreach ($projects as $index => $project) @if (($index + 1) % 3 === 0)
@endif @endforeach
{{-- --}} {{ \App\Helpers\TranslationHelper::translate('Royal Crown Vip') }}

{{ \App\Helpers\TranslationHelper::translate('It is the strongest digital currency with a promising future in the crypto-currency trading market; it is expected to be among the top five digital currencies without dispute') }}

Logo
{{ \App\Helpers\TranslationHelper::translate('About Us') }}

{{ \App\Helpers\TranslationHelper::translate('Our Story and Goals') }}

{!! $about->description_story !!}

{{ \App\Helpers\TranslationHelper::translate('Our Vision') }}

{!! $about->description_see_us !!}

{{ \App\Helpers\TranslationHelper::translate('Our Mission') }}

{!! $about->description_our_mission !!}

{!! setting('description_home', app()->getLocale()) !!} {{--

{!! setting('description_home', app()->getLocale()) !!}

--}}

{{ \App\Helpers\TranslationHelper::translate('Overview of the Initial Coin Plan and Our Business Plan') }}

{!! $about->description_about_the_plan !!}

{{--
@foreach ($regular_cards as $regular_card)
Product Image 1

{{ $regular_card->categorycolid->name }}

{{ \App\Helpers\TranslationHelper::translate('Click to learn more') }}

@endforeach
--}}
@foreach ($regular_cards as $regular_card)
Product Image 1

{{ $regular_card->categorycolid->name }}

{{ \App\Helpers\TranslationHelper::translate('More') }}

@endforeach

{{ \App\Helpers\TranslationHelper::translate('Royal Crown Vip Cards') }}

{{ \App\Helpers\TranslationHelper::translate('Royal Cards Section') }}
@foreach ($royal_cards as $royal_card)
Product Image 1

{{ $royal_card->categorycolid->name }}

{{ \App\Helpers\TranslationHelper::translate('More') }}

@endforeach

{{ \App\Helpers\TranslationHelper::translate('Royal Crown Vip Cards') }}

{{ \App\Helpers\TranslationHelper::translate('Imperial Cards Section') }}
@foreach ($imperial_cards as $imperial_card)
Product Image 1

{{ $imperial_card->categorycolid->name }}

{{ \App\Helpers\TranslationHelper::translate('More') }}

@endforeach
@endsection @push('js') @endpush