@extends('layouts.app') @section('title', __('about.page_title')) @section('meta_description', __('about.meta_description')) @section('content')
{{ $page?->teaser ?? __('about.mission_text') }}
{{ __('about.trainers_text') }}
{{ __('about.cta_trainers') }}
 }})
 }})