@extends('layouts.website') @section('content')
@php $lang = LaravelLocalization::getCurrentLocale(); $title = "title_".$lang; $text = "text_".$lang; $text_more = "text_more_".$lang; $partner_description = "partner_description_".$lang; $partner_description_more = "partner_description_more_".$lang; @endphp
{{ trans('web.welcome_to') }}

{{ trans('web.medical_elements') }}

{{ $about->$text }}

{{ $about->$text_more }}

{{ trans('web.our_mission') }}

{{ trans('web.mission_goals') }}

@foreach($missions as $item)
{{ $item->$title }}

{{ $item->$text }}

@endforeach

{{ trans('web.our_vision') }}

{{ $vision->$text }}

{{ $vision->$text_more }}

{{ trans('web.our_partners') }}

{{ $website_info->$partner_description }}

{{ $website_info->$partner_description_more }}

{{ trans('web.our_clients') }}

@endif

{{ trans('web.contact_us') }}

@csrf
@endsection