filesharing/resources/themes/default/views/errors/401.blade.php

6 lines
108 B
PHP

@extends('master')
@section('content')
<h1>@lang('app.error-title')</h1>
Permission refusée
@endsection