@extends('site.layout.master') @section('content') {!! $record->sitepage->short_text !!} {!! $record->sitepage->short_text_2 !!} @if(count($record->countsub) > 0) @php $r = 1 @endphp @foreach($record->countsub as $aboutSub) @if($r == 1) {{ $aboutSub->sitepage->title }} {!! $aboutSub->sitepage->text !!} @if($aboutSub->image != "") @else @endif @else @if($aboutSub->image != "") @else @endif {{ $aboutSub->sitepage->title }} {!! $aboutSub->sitepage->text !!} @endif @php $r++ @endphp @if($r == 3) @php $r = 1 @endphp @endif @endforeach @endif @include('site.layout.footerTop') @section('css') @endsection @section('js') @endsection @endsection
{!! $record->sitepage->short_text_2 !!}