@extends('layouts.app') @section('screen18') @if($section->isBlock())
@endif @endsection @section('content')
@if($section->header_image)
nivel
nivel
@else
@endif
{{ $section->name }}
{{ $section->name }}
@foreach($section->sectionContent()->where('active', true)->orderBy('order')->get() as $content) @if(!$content->mini && (!empty($content->sectionContract) && !$content->sectionContract->trashed())) @if(empty($content->sectionContract->url_external)) @else @endif @endif @endforeach
@endsection