Actualizacion de Diseño Logins y Parte de Registro Negocios

This commit is contained in:
kquiroz
2023-08-23 16:11:21 -04:00
parent d71e89adae
commit 38bf59042d
3498 changed files with 691264 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
@extends('frontend.layouts.app')
@section('content')
<section class="text-center py-6">
<div class="container">
<div class="row">
<div class="col-lg-6 mx-auto">
<img src="{{ static_asset('assets/img/500.svg') }}" class="img-fluid w-75">
<h1 class="h2 fw-700 mt-5">{{ translate("Something went wrong!") }}</h1>
<p class="fs-16 opacity-60">{{ translate("Sorry for the inconvenience, but we're working on it.") }} <br> {{ translate("Error code") }}: 500</p>
</div>
</div>
</div>
</section>
@endsection