Bootstrap4 :: Report UI updates

This commit is contained in:
Sakthi002
2020-12-30 13:30:40 +05:30
committed by Manish Verma
parent 66439f8d1c
commit c1ec03c0d4
20 changed files with 989 additions and 815 deletions

View File

@@ -2,7 +2,7 @@
@section('content')
<div id="page" class="hfeed site">
<article class="hentry error404 text-center">
<h1 class="error-title">4<i class="fa fa-frown-o text-info"></i><span class="visible-print text-danger">0</span>4</h1>
<h1 class="error-title mb-0">4<i class="fas fa-frown text-info"></i><span class="visible-print text-danger" style="display: none">0</span>4</h1>
<h2 class="entry-title text-muted">{!! Lang::get('lang.we_are_sorry_but_the_page_you_are_looking_for_can_not_be_found') !!}</h2>
<div class="entry-content clearfix">
<p><a onclick="goBack()" href="#">{!! Lang::get('lang.go_back') !!}</a></p>

View File

@@ -1,8 +1,8 @@
@extends('themes.default1.client.layout.client')
@section('content')
<div id="page" class="hfeed site">
<article class="hentry error404 text-center">
<h1 class="error-title"><i class="fa fa-frown-o text-info"></i><span class="visible-print text-danger">0</span></h1>
<article class="hentry error404 text-center" style="margin-left: 300px;">
<h1 class="error-title mb-0">5<i class="fas fa-frown text-info"></i><span class="visible-print text-danger" style="display: none;">0</span><i class="fas fa-frown text-info"></i><span class="visible-print text-danger" style="display: none;">0</span></h1>
<h2 class="entry-title text-muted">{!! Lang::get('lang.sorry_something_went_wrong') !!}</h2>
<div class="entry-content clearfix">
<p class="lead">{!! Lang::get('lang.were_working_on_it_and_well_get_it_fixed_as_soon_as_we_can') !!}</p>