flexisip-account-manager/flexiapi/resources/views/errors/404.blade.php
Timothée Jaussoin d0cce36eeb Add a nice layout for the common errors, fix #5
Update the dependencies
Remove some old codes
Bump the package version
Move the throttle limit from 60 to 600
2021-05-03 12:07:57 +02:00

5 lines
125 B
PHP

@extends('errors::minimal')
@section('title', __('Not Found'))
@section('code', '404')
@section('message', __('Not Found'))