@extends('front.layout.main') @section('content')

{{ $currentPage->languages->where('lang_short', $lang)->first()->pivot->title }}

{{ trans('front.history_title') }}

{!! trans('front.history_text') !!}

{{ trans('front.mission_title') }}

{!! trans('front.mission_text') !!}

{{ trans('front.vision_title') }}

{!! trans('front.vision_text') !!}

{{ trans('front.membership_title') }}

{!! trans('front.membership_text') !!}

{{ trans('front.quality_title') }}

{!! trans('front.quality_text') !!}



@if($lang == 'BG') {{ trans('front.certificate_title') }} @else {{ trans('front.certificate_title') }} @endif

{{ trans('front.ethic_title') }}

{!! trans('front.ethic_text') !!}
@stop