Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/clinic.corals.io/resources/views/errors/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/clinic.corals.io/resources/views/errors/404.blade.php
@extends('fronts.layouts.app')
@section('front-title')
    Error
@endsection
@section('front-content')
    <div class="page-content bg-white">
    @php $styleCss = 'style'; @endphp
    <!-- Inner Banner -->
        <div class="banner-wraper">
            <div class="page-banner" {{ $styleCss }}="background-image:url({{'assets/front/images/banner/img1.jpg'}});">
            <div class="container">
                <div class="page-banner-entry text-center">
                    <h1>Page Not Found</h1>
                    <!-- Breadcrumb row -->
                    <nav aria-label="breadcrumb" class="breadcrumb-row">
                        <ul class="breadcrumb">
                            <li class="breadcrumb-item"><a href="{{ route('medical') }}">
                                    <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24"
                                         fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                         stroke-linejoin="round" class="feather feather-home">
                                        <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
                                        <polyline points="9 22 9 12 15 12 15 22"></polyline>
                                    </svg>
                                    Home</a></li>
                            <li class="breadcrumb-item active" aria-current="page">Page Not Found</li>
                        </ul>
                    </nav>
                    </div>
                </div>
                <img class="pt-img1 animate-wave" src="{{asset('assets/front/images/shap/wave-blue.png')}}" alt="">
                <img class="pt-img2 animate2" src="{{asset('assets/front/images/shap/circle-dots.png')}}" alt="">
                <img class="pt-img3 animate-rotate" src="{{asset('assets/front/images/shap/plus-blue.png')}}" alt="">
            </div>
            <!-- Breadcrumb row END -->
        </div>
        <!-- Inner Banner end -->

        <section class="section-area section-sp2 error-404">
            <div class="container">
                <div class="inner-content">
                    <h2 class="error-title">4<span></span>4</h2>
                    <h3 class="error-text">The Page you were looking for, couldn't be found.</h3>
                    <p>The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.</p>
                    <div class="clearfix">
                        <a href="{{ url()->previous() }}" class="btn btn-primary m-r5">Back</a>
                        <a href="{{ route('medical') }}" class="btn btn-primary">Back To Home</a>
                    </div>
                </div>
            </div>
        </section>

    </div>
@endsection

Spamworldpro Mini