Actualizacion de Diseño Logins y Parte de Registro Negocios
This commit is contained in:
25
desarrollo/resources/views/frontend/m_custom_page.blade.php
Normal file
25
desarrollo/resources/views/frontend/m_custom_page.blade.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<link rel="stylesheet" href="{{ static_asset('assets/css/vendors.css') }}">
|
||||
<link rel="stylesheet" href="{{ static_asset('assets/css/aiz-core.css') }}">
|
||||
<link rel="stylesheet" href="{{ static_asset('assets/css/custom-style.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<section class="py-4 mb-4 bg-light">
|
||||
<div class="container text-center">
|
||||
<div class="row">
|
||||
<div class="col-lg-6 text-center mx-auto">
|
||||
<h1 class="fw-600 h4">{{ $page->getTranslation('title') }}</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="mb-4">
|
||||
<div class="container-fluid">
|
||||
{!! $page->getTranslation('content') !!}
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user