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

@lang('frontend.errors.401header')

@foreach(trans('frontend.errors.401message') as $line) {!! str_replace(':link', config('app.url'), $line).'
' !!} @endforeach

@endsection