@extends('layouts.site') @section('content') @php $lang=app()->getLocale(); $title='title_'.$lang; $description='description_'.$lang; $img_alt = 'img_alt_' . $lang; $img2_alt = 'img2_alt_' . $lang; @endphp
{!! html_entity_decode($page ->$description) !!} {{--$page ->$description--}}
@endisset