firstcommit

This commit is contained in:
2025-08-17 16:23:14 +05:45
commit 76bf4c0a18
2648 changed files with 362795 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
@extends('errors.layout.master')
@section('title', '419 Page')
@section('error_code', '419')
@section('error_title', 'Look like your session expired')
@section('error_desc', 'Please hard refresh the page or relogin to create new session !')
@section('error_redirect_btn_title', 'Go to Home')
@section('error_redirect_btn_link', '/')