@extends('admin/app') {{-- Web site Title --}} @section('title') Unauthorized access :: @parent @stop @section('content') @if (isset($status))
@endif

401

Oops! Unauthorized access.

Please contact to site administrator.

@stop