@extends('front.front-app') @include('front.header') @include('front.header-bottom-goods') @include('front.header-bottom-rent') @section('container')
@if($curr_page_name)

{{ $curr_page_name }}

@endif
@if(!empty($goods_subject_child) && count($goods_subject_child)) @if(!empty($curr_page_description))
{!! $curr_page_description !!}
@endif @endif
@stop @include('front.footer')