@extends('layout.front.app') @section('title', __('front.about_center')) {{-- @section('breadcrumb') @endsection --}} {{-- @section('style')@endsection --}} {{-- @section('script')@endsection --}} @section('content')

@yield('title')

{!! $about->translation->description !!}
@yield('title')
@yield('title')

    {{ __('front.targets') }}

    @php $content = "content_".appLangKey(); @endphp @foreach ($targets as $target)
  • {{ $target->$content }}
  • @endforeach

    {{ __('front.vision') }}

    @foreach ($visions as $vision)
  • {{ $vision->$content }}
  • @endforeach

    {{ __('front.means') }}

    @foreach ($means as $mean)
  • {{ $mean->$content }}
  • @endforeach
@endsection