@extends('layouts.app') @section('title',trans('seo.title')) @section('description',trans('seo.description')) @section('image',asset('img/share.jpg')) @section('keywords',trans('seo.keywords')) @section('linkage','https://saphareli.ge') @section('url','https://saphareli.ge') @section('content')
@if($about->main_image)

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

{{($about->{$attributes->tt('main_title')})}}
@endif @if(count($production)>0)

@lang('title.Our Products')

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

@foreach($production as $value)
@if($attributes->image($value->app_id)) {{($value->{$attributes->tt('title')})}} @endif
@endforeach
@endif @if(count($projects)>0)

@lang('title.Our Projects')

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

@foreach($projects as $value)
@if($attributes->image($value->app_id)) {{($value->{$attributes->tt('title')})}} @endif
@endforeach
@endif @if(isset($about->main_notices_image_up) && isset($about->main_notices_image_down))
{{($about->{$attributes->tt('main_notices_title')})}}
{{($about->{$attributes->tt('main_notices_title')})}}

BE NOTICED

BE REMEMBERED

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

@endif @if(count($news)>0)

@lang('title.News')

@endif @endsection