@extends('layouts.master-without-nav') @section('title') {{ __("401 Unauthorized") }} @endsection @section('body') @endsection @section('content')

41

{{ __("Sorry, Unauthorized") }}

@endsection