File: D:/HostingSpaces/SBogers10/momsecurity.komma.nl/resources/views/errors/404.blade.php
@extends('master', ['hideCookieMessage' => true])
@section('content')
<section class="o-hero">
<div class="o-hero__top-shape">
<img alt="shape element" src="/img/hero_shape-1.svg" />
</div>
<div class="o-hero__main">
<div class="l-contain">
<div class="o-hero__grid">
<div class="o-hero__text s-text s-text--on-dark">
<h1>404</h1>
<p>
{!! __('errors.404.description', [
'sitemap' => (app()->getLocale() == 'nl' ? '/' : '/' . app()->getLocale() . '/' ) . 'sitemap',
'homepage' => (app()->getLocale() == 'nl' ? '/' : '/' . app()->getLocale()),
])!!}
</p>
</div>
<div class="o-hero__image">
</div>
</div>
</div>
</div>
<div class="o-hero__bottom-shape">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1921.715 214.331"><path d="M0,8.949c274.313,114.4,594.6,205.382,960.858,205.382S1647.4,123.349,1921.715,8.949V0H0Z" fill="currentColor"/></svg>
</div>
</section>
@endsection