Files
aroginhealthcare/Modules/Admin/resources/views/errors/404.blade.php
2025-08-17 16:23:14 +05:45

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', '/')