@extends('app') @section('title', __('errors.401.title')) @section('content')
{!! str_replace(':link', config('app.url'), __('errors.401.message')).'' !!}