@extends('layout') @if(!empty($post[0]) and isset($post[0])) @section('title'){{$post[0]->title}} @endsection @else @section('title'){{MultilanguageController::t_leng('ошибка')}}@endsection @endif @section('main_content') @include('partials.headernav')

{{$post[0]->title}}

@isset($post[0]->short_desc)“{{$post[0]->short_desc}}”@endif

{{$post[0]->html}}

@isset($lastPost) @foreach($lastPost as $item) @endforeach @endif
@include('partials.footer') @endsection