芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/resources/views/errors/404.blade.php
@extends('errors.custom-layouts') @push("title")
{{ __("404 - Page Not Found") }}
@endpush @section("content")
{{ __("Page Not Found...!") }}
{{ __("Back To Home") }}
@endsection @push("script") @endpush