File: D:/HostingSpaces/SBogers10/umans.komma.pro/app/views/layouts/pages/extra_isolation.blade.php
@extends('layouts.base')
@section('editable_content')
<div class="breadcrumb-row">
@include('layouts.partials.breadcrumb')
</div>
<div class="about-intro extra-isolation">
<div class="content-container row">
<div class="grid6 video-wrapper">
@if($page->content->main->images->count() != 0)
<img width="100%" alt="Home images" class="large" src="{{$page->content->main->images->first()->large_image_url}}" />
@endif
</div>
<div class="grid6 intro-text">
<h1>{{$page->content->main->translation->name}}</h1>
{{$page->content->main->translation->description}}
</div>
</div>
</div>
@endsection