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