9 lines
304 B
PHP
9 lines
304 B
PHP
@extends('errors.layout.master')
|
|
|
|
@section('title', '404 Page')
|
|
@section('error_code', '404')
|
|
@section('error_title', 'Look like you\'re lost')
|
|
@section('error_desc', 'the page you are looking for not avaible!')
|
|
@section('error_redirect_btn_title', 'Go to Home')
|
|
@section('error_redirect_btn_link', '/')
|