sifatbaho

This commit is contained in:
2026-04-05 05:31:24 +05:00
commit df3d57f503
2609 changed files with 369825 additions and 0 deletions

View File

@@ -0,0 +1,82 @@
@extends('layouts.master-without-nav')
@section('title')
@lang('translation.404')
@endsection
@section('body')
<body>
@endsection
@section('content')
<div class="auth-page-wrapper pt-5">
<!-- auth page bg -->
<div class="auth-one-bg-position auth-one-bg" id="auth-particles">
<div class="bg-overlay"></div>
<div class="shape">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
viewBox="0 0 1440 120">
<path
d="M 0,36 C 144,53.6 432,123.2 720,124 C 1008,124.8 1296,56.8 1440,40L1440 140L0 140z"></path>
</svg>
</div>
</div>
<!-- auth page content -->
<div class="auth-page-content">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center pt-4">
<div class="">
<img src="{{ URL::asset('assets/images/error.svg') }}" alt=""
class="error-basic-img move-animation">
</div>
<div class="mt-n4">
<h1 class="display-1 fw-medium">404</h1>
<h3 class="text-uppercase">Sorry, Page not Found 😭</h3>
<p class="text-muted mb-4">The page you are looking for not available!</p>
<a href="{{route("root")}}" class="btn btn-success"><i
class="mdi mdi-home me-1"></i>Back to
home</a>
</div>
</div>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end auth page content -->
<!-- footer -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center">
<p class="mb-0 text-muted">&copy;
<script>
document.write(new Date().getFullYear())
</script>
Sifat Baxolash. Crafted with <i class="mdi mdi-heart text-danger"></i>
by Xayrullayev Bexzod
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- end Footer -->
</div>
<!-- end auth-page-wrapper -->
@endsection
@section('script')
<!-- particles js -->
<script src="{{ URL::asset('assets/libs/particles.js/particles.js.min.js') }}"></script>
<!-- particles app js -->
<script src="{{ URL::asset('assets/js/pages/particles.app.js') }}"></script>
@endsection

View File

@@ -0,0 +1,37 @@
@extends('layouts.master-without-nav')
@section('title')
@lang('translation.500-basic')
@endsection
@section('body')
<body>
@endsection
@section('content')
<!-- auth-page wrapper -->
<div class="auth-page-wrapper py-5 d-flex justify-content-center align-items-center min-vh-100">
<!-- auth-page content -->
<div class="auth-page-content overflow-hidden p-0">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-xl-4 text-center">
<div class="error-500 position-relative">
<img src="{{ URL::asset('assets/images/error500.png') }}" alt="" class="img-fluid error-500-img error-img" />
<h1 class="title text-muted">500</h1>
</div>
<div>
<h4>Internal Server Error!</h4>
<p class="text-muted w-75 mx-auto">Server Error 500. We're not exactly sure what happened, but our servers say something is wrong.</p>
<a href="{{route("/")}}" class="btn btn-success"><i class="mdi mdi-home me-1"></i>Back to home</a>
</div>
</div><!-- end col-->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end auth-page content -->
</div>
<!-- end auth-page-wrapper -->
@endsection

View File

@@ -0,0 +1,46 @@
@extends('layouts.master-without-nav')
@section('title')
@lang('translation.404-alt')
@endsection
@section('body')
<body>
@endsection
@section('content')
<!-- auth-page wrapper -->
<div class="auth-page-wrapper auth-bg-cover py-5 d-flex justify-content-center align-items-center min-vh-100">
<div class="bg-overlay"></div>
<!-- auth-page content -->
<div class="auth-page-content overflow-hidden pt-lg-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-5">
<div class="card overflow-hidden">
<div class="card-body p-4">
<div class="text-center">
<lord-icon class="avatar-xl" src="https://cdn.lordicon.com/spxnqpau.json"
trigger="loop" colors="primary:#405189,secondary:#0ab39c">
</lord-icon>
<h1 class="text-primary mb-4">Oops !</h1>
<h4 class="text-uppercase">Sorry, Page not Found 😭</h4>
<p class="text-muted mb-4">The page you are looking for not available!</p>
<a href="index" class="btn btn-success"><i class="mdi mdi-home me-1"></i>Back
to home</a>
</div>
</div>
</div>
<!-- end card -->
</div>
<!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end auth page content -->
</div>
<!-- end auth-page-wrapper -->
@endsection

View File

@@ -0,0 +1,38 @@
@extends('layouts.master-without-nav')
@section('title')
@lang('translation.404-cover')
@endsection
@section('body')
<body>
@endsection
@section('content')
<!-- auth-page wrapper -->
<div class="auth-page-wrapper py-5 d-flex justify-content-center align-items-center min-vh-100">
<!-- auth-page content -->
<div class="auth-page-content overflow-hidden p-0">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-7 col-lg-8">
<div class="text-center">
<img src="{{ URL::asset('assets/images/error400-cover.png') }}" alt="error img" class="img-fluid">
<div class="mt-3">
<h3 class="text-uppercase">Sorry, Page not Found 😭</h3>
<p class="text-muted mb-4">The page you are looking for not available!</p>
<a href="index" class="btn btn-success"><i class="mdi mdi-home me-1"></i>Back to
home</a>
</div>
</div>
</div><!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end auth-page content -->
</div>
<!-- end auth-page-wrapper -->
@endsection