JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour
@extends('dashboard.layouts.auth') @section('title', "403") @section('content') <div class="app-body amber bg-auto w-full"> <div class="text-center pos-rlt p-y-md"> <h1 class="text-shadow m-a-0 text-white text-4x"> <span class="text-2x font-bold block m-t-lg">403</span> </h1> <h2 class="h1 m-y-lg text-black">{{ __('backend.oops') }}!</h2> <p class="h5 m-y-lg text-u-c font-bold text-black">{{ __('backend.noPermission') }}.</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