HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers87/basephotography.nl/app/views/500.blade.php
@extends('layouts.base')

@section('meta')
    <title>500 | Base Photography</title>
    <meta name="description" content="Internal Server Error | Base Photography">
@endsection

@section('content')

    @include('layouts.partials.header')
    @include('layouts.partials.mobileNavigation')

    <div class="error-row error">
        <div>

            <a href="/">
                <div class="logo"></div>
            </a>

            <div class="call">
                <a href="tel:{{\Config::get('business.phone.call')}}">
                    <div class="icon-circle"><span></span></div>
                    <p>@lang('translations.call') {{\Config::get('business.phone.display')}}</p>
                </a>
            </div>

        </div>

        <div class="cta-block">
            <h1>
                500 - Internal Server Error
            </h1>

            <div class="return-home">
                <a href="/">Return home</a>
            </div>
        </div>
    </div>

    @include('layouts.partials.contact')

    @include('layouts.partials.footer')
@endsection

@section('extra-js')
    <script type="text/javascript" src="/js/form.js"></script>
@endsection