JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour
@extends('dashboard.layouts.auth') @section('title', "404") @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">404</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