@extends('layouts.app') @section('title', __('about.title')) @section('content')
{{ __('about.title') }}

{{ $about ? ($about->{'title_' . app()->getLocale()} ?: __('about.help_students')) : __('about.help_students') }}

{{ $about ? ($about->{'content_' . app()->getLocale()} ?: __('about.description')) : __('about.description') }}

{{ $about ? ($about->{'story_' . app()->getLocale()} ?: __('about.description')) : __('about.description') }}

{{ __('about.fully_licensed') }}
{{ __('about.online_tracking') }}
{{ __('about.affordable_fee') }}
{{ __('about.best_trainers') }}
{{ __('home.team.meet') }}

{{ __('home.team.experience') }}

{{ __('about.full_name') }}
{{ __('about.trainer') }}
{{ __('about.full_name') }}
{{ __('about.trainer') }}
{{ __('about.full_name') }}
{{ __('about.trainer') }}
{{ __('about.full_name') }}
{{ __('about.trainer') }}
@endsection