@extends('layouts.app') @section('title',($about->{$attributes->tt('title')})) @section('description',($about->{$attributes->tt('title')})) @section('keywords',($about->{$attributes->tt('title')})) @section('image',asset('img/share.jpg')) @section('linkage','https://saphareli/'.App::getLocale().'/about') @section('url','https://saphareli/'.App::getLocale().'/about') @section('content')

{{($about->{$attributes->tt('title')})}}

{!!($about->{$attributes->tt('text')})!!}

@if($about->image)) {{($about->{$attributes->tt('title')})}} @endif
@if(count($teams)>0)

@lang('title.Team')

@foreach($teams as $value)

{{($value->{$attributes->tt('title')})}}

{{($value->{$attributes->tt('position')})}}
@endforeach
@endif @endsection