9 lines
318 B
PHP
9 lines
318 B
PHP
@extends('errors.layout.master')
|
|
|
|
@section('title', '500 Page')
|
|
@section('error_code', '500')
|
|
@section('error_title', 'Look like we\'re lost')
|
|
@section('error_desc', 'Oops Something went wrong contact our customer service !')
|
|
@section('error_redirect_btn_title', 'Go to Home')
|
|
@section('error_redirect_btn_link', '/')
|