@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
@isset($page)
{{$page ->$title}}

{{__('Zahabba')}}

{!! html_entity_decode($page ->$description) !!} {{--$page ->$description--}}

@endisset
@stop @section('scripts') @stop