@extends('layouts.app') @section('title',($news->{$attributes->tt('title')})) @section('description',($news->{$attributes->tt('title')})) @section('keywords',($news->{$attributes->tt('title')})) @if($imageMain) @section('image',asset('img/product/'.$imageMain->image)) @else @section('image',asset('img/share.jpg')) @endif @section('linkage','https://saphareli.ge/'.App::getLocale().'/news/'.$id) @section('url','https://saphareli.ge/'.App::getLocale().'/news/'.$id) @section('content')
{!!($news->{$attributes->tt('text')})!!}
@if($news->video)