@extends('layouts/LayoutMaster') @section('title', 'Главная страница') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @if($countStorys > 0)
@endif
@mobile
@include('includes/episode/feed', ['episodes' => $mylents])
@endmobile @desktop
{!! Helper::postType('lents') !!}
{!! Helper::postType('video') !!}
{!! Helper::postType('photo') !!}
{!! Helper::postType('post') !!}
@include('includes/post/index', ['posts' => $lents])
@if(Auth::check())
@include('includes/episode/feed', ['episodes' => $mylents])
@endif @enddesktop
@endsection @section('content-right') @include('includes/right-menu')
Рекомендации
@include('includes/post/recomends', ['recomends' => $recomends])
@endsection @section('vendor-script') @endsection @section('page-script') @if($countStorys > 0) @endif @endsection