ok
Direktori : /proc/self/root/home2/selectio/www/billingsoftwarenew/core/resources/views/errors/ |
Current File : //proc/self/root/home2/selectio/www/billingsoftwarenew/core/resources/views/errors/404.blade.php |
<!-- meta tags and other links --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{{ $general->siteName($pageTitle ?? '404 | page not found') }}</title> <link rel="shortcut icon" type="image/png" href="{{getImage(getFilePath('logoIcon') .'/favicon.png')}}"> <!-- bootstrap 4 --> <link rel="stylesheet" href="{{ asset('assets/global/css/bootstrap.min.css') }}"> <!-- dashdoard main css --> <link rel="stylesheet" href="{{ asset('assets/errors/css/main.css') }}"> </head> <body> <!-- error-404 start --> <div class="error"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-7 text-center"> <img src="{{ asset('assets/errors/images/error-404.png') }}" alt="@lang('image')"> <h2><b>@lang('404')</b> @lang('Page not found')</h2> <p>@lang('page you are looking for doesn\'t exit or an other error ocurred') <br> @lang('or temporarily unavailable.')</p> <a href="{{ route('home') }}" class="cmn-btn mt-4">@lang('Go to Home')</a> </div> </div> </div> </div> <!-- error-404 end --> </body> </html>