@extends('app') @section('title', __('errors.401.title')) @section('content')

@lang('errors.401.title')

{!! str_replace(':link', config('app.url'), __('errors.401.message')).'
' !!}

@endsection