@extends('layouts.app') @section('content')
@include('partials.backgrounds.error404-background')
@if(have_rows('404_news_ticker', 'options'))
@while(have_rows('404_news_ticker', 'options'))@php the_row() @endphp

{!! get_sub_field('text') !!}

@endwhile
@endif @if(count(get_field('404_news_ticker','options')) > 0)

{!! get_field('404_news_ticker','options')[0]['text'] !!}

@endif
404

{!! get_field('404_text', 'options') !!}

@if(have_rows('404_ctas', 'options'))
@while(have_rows('404_ctas', 'options'))@php the_row() @endphp @endwhile
@endif
@endsection