6 lines
289 B
PHP
6 lines
289 B
PHP
@extends('errors::minimal_without_button')
|
|
|
|
@section('title', __('به روزرسانی '))
|
|
@section('code', '503')
|
|
@section('message', __($exception->getMessage() ?: 'سامانه در حال به روزرسانی می باشد، لطفا دقایقی بعد مراجعه نمایید'))
|