@extends('front.layout') @section('header') {{ trans('translate.about_us') }} @endsection @section('content')
@if(@$banner->value) title @else title @endif

{{ trans('translate.about_us') }}

{{ trans('translate.about_us_heading_title') }}

{!! @$heading->value !!}

{{ trans('translate.about_us_logos_title') }}

@foreach(@$logos as $logo)
{{ $logo->title }} {{ $logo->title }}
@endforeach

{{ trans('translate.about_us_activity') }}

{!! @$list->value !!}
{{ trans('translate.about_us') }}
title

{{ trans('translate.request_form_title') }}

{{ trans('translate.request_form_desc') }}

{{ trans('translate.user_registration') }}

{{ trans('translate.user_registration_text') }}

{{ trans('translate.user_registration_btn_text') }}
@endsection @section('footer') @endsection