@extends('layout.default') @section('title') {{ __('common.about') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__about-us--index') @section('main')

{{ __('page.aboutus-header') }}

{{ __('page.aboutus-welcome') }} {{ config('other.title') }}

{!! __('page.aboutus-welcome-desc', ['title' => config('other.title')]) !!}

{{ __('page.aboutus-advantage') }} {{ config('other.title') }}

  1. {{ __('page.aboutus-advantage1') }}
  2. {!! __('page.aboutus-advantage2') !!}
  3. {{ __('page.aboutus-advantage3') }}
  4. {{ __('page.aboutus-advantage4', ['title' => config('other.title')]) }}
  5. {{ __('page.aboutus-advantage5') }}

{{ __('page.aboutus-rules') }}

  1. {{ __('page.aboutus-rules1') }}
  2. {{ __('page.aboutus-rules2') }}
  3. {{ __('page.aboutus-rules3', ['title' => config('other.title')]) }}
@endsection @section('sidebar')

{{ __('common.contact') }}

{{ __('common.contact') }} {{ config('other.title') }}

@endsection