6 lines
155 B
PHP
6 lines
155 B
PHP
@extends('errors::minimal')
|
|
|
|
@section('title', __('صفحه یافت نشد'))
|
|
@section('code', '404')
|
|
@section('message', __('صفحه یافت نشد'))
|