JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "503.blade.php"

Full Path: /var/www/lionsclub/core/resources/views/errors/503.blade.php
File size: 669 bytes
MIME-type: text/html
Charset: utf-8

@extends('dashboard.layouts.auth')
@section('title', "503")
@section('content')
    <div class="app-body indigo bg-auto w-full">
        <div class="text-center pos-rlt p-y-md">
            <h1 class="text-shadow text-white text-4x">
                <span class="text-2x font-bold block m-t-lg">503</span>
            </h1>
            <p class="h5 m-y-lg text-u-c font-bold">{{ __('backend.notFound') }}.</p>
            <a href="{{ URL::previous() }}" class="md-btn amber-700 md-raised p-x-md">
                <span class="text-white">{{ __('backend.returnTo') }} <i class="material-icons">&#xe5c4;</i></span>
            </a>
        </div>
    </div>
@endsection