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

{{ __('about.section_title') }}

{{ __('about.greeting') }}

{{ __('about.intro') }}

{{ __('about.paragraph_1') }}

{{ __('about.paragraph_2') }}

{{ __('about.paragraph_3') }}

{{ __('about.paragraph_4') }}

{{ __('about.paragraph_5') }}

{{ __('about.paragraph_6') }}

{{ __('about.contact_cta') }}

{{ __('about.phone') }}
{{ __('about.contact_info') }}
{{ __('about.quick_facts') }}
{{ __('about.founded') }} {{ __('about.founded_year') }}
{{ __('about.employees') }} {{ __('about.employees_count') }}
{{ __('about.mb') }} {{ __('about.mb_number') }}
{{ __('about.oib') }} {{ __('about.oib_number') }}
{{ __('about.mbs') }} {{ __('about.mbs_number') }}
{{ __('about.legal_info') }}
{{ __('about.service') }} {{ __('about.service_text') }}
{{ __('about.court') }} {{ __('about.court_text') }}
{{ __('about.headquarters') }} {{ __('about.headquarters_text') }}
{{ __('about.capital') }} {{ __('about.capital_text') }}
{{ __('about.bank') }} {{ __('about.bank_text') }}
{{ __('about.iban') }}
{{ __('about.swift') }}
{{ __('about.representatives') }} {{ __('about.representatives_text') }}
@endsection