wyyl/themes/default/errors/404.blade.php

10 lines
296 B
PHP

@extends('errors.layout')
@section('title', __('common.error_page'))
@section('content')
<x-shop-no-data
text="{{ __('common.error_page') }}"
link="{{ request()->headers->get('referer') ? 'javascript:history.go(-1)' : '/' }}"
btn="{{ __('common.error_page_btn') }}" />
@endsection