@extends ('app')

@section ('content')

<div class="md:flex py-8 not-found-container">
    <div class="flex-1"></div>

    <div class="flex-2">
        <div class="text-block">
            <h1>Server Error</h1>
            <p>It appears that our website has had a problem processing your request. Our tech team has been notified and will look into this right away. If you need to contact someone about this issue please send an email to helpdesk@brentwood.bc.ca and a member of our team will get back to you as soon as possible.</p>
        </div>
    </div>
</div>

@endsection
