@extends('index') @push('header') @include('layouts.header') @endpush @section('title', app()->getLocale() == 'en' ? 'About Us | EMPHAIR' : 'Hakkımızda | EMPHAIR') @section('description', app()->getLocale() == 'en' ? 'EMPHair Brand operating in Turkey for over 17 years with high customer satisfaction.' : 'Türkiye\'de 17 yılı aşkın, yüksek müşteri memnuniyeti ile faaliyet gösteren EMPHair Markası.') @section('content')

{{ __('messages.about_page.title') }}

{{ __('messages.about_page.description') }}

{{ __('messages.about_page.description2') }}

{{ __('messages.about_page.description3') }}

{{ __('messages.about_page.mission') }}

{{ __('messages.about_page.mission_description') }}

{{ __('messages.about_page.vision') }}

{{ __('messages.about_page.vision_description') }}

@endsection @push('footer') @include('layouts.page-footer') @endpush