Por solicitud de el cliente se eliminan tildes de mayusculas
This commit is contained in:
@ -11,7 +11,7 @@ use ProVM\Common\Service\Filemanager;
|
||||
class Home {
|
||||
public function __invoke(Request $request, Response $response, View $view, Filemanager $manager, Container $container): Response {
|
||||
$banner = (object) [
|
||||
'titulo' => "5° NOTARÍA DE SANTIAGO",
|
||||
'titulo' => "5° NOTARIA DE SANTIAGO",
|
||||
'contenido' => '<a href="' . $container->get('urls.direccion') . '">Gertrudis Echenique 30, of. 32, El Golf' . "\n" . '<i class="large icon icon-metro"></i> Metro Alcantara</a>'
|
||||
];
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
-
|
||||
titulo: ESCRITURAS PÚBLICAS
|
||||
titulo: ESCRITURAS PUBLICAS
|
||||
miembros:
|
||||
-
|
||||
nombre: Paola Díaz de Lartundo
|
||||
@ -20,7 +20,7 @@
|
||||
nombre: Massiel Guzmán Villalobos
|
||||
email: mguzman@notariaraby.cl
|
||||
-
|
||||
titulo: ADMINISTRACIÓN CUENTAS-TRANSFERENCIAS
|
||||
titulo: ADMINISTRACION CUENTAS-TRANSFERENCIAS
|
||||
miembros:
|
||||
-
|
||||
nombre: Juan Corrales Carrasco
|
||||
@ -39,8 +39,8 @@
|
||||
email: vwielandt@notariaraby.cl
|
||||
-
|
||||
titulo: >
|
||||
RECEPCIÓN CORDINACIÓN EMPRESAS EN UN
|
||||
DÍA
|
||||
RECEPCION CORDINACION EMPRESAS EN UN
|
||||
DIA
|
||||
miembros:
|
||||
-
|
||||
telefono: (56) (2) 2599 2453
|
||||
|
@ -2,7 +2,7 @@
|
||||
Carga de documentos
|
||||
</h4>
|
||||
<div class="ui list">
|
||||
@include('admin.documento', ['descripcion' => 'Índices', 'link' => 'indices', 'mod' => 'fecha'])
|
||||
@include('admin.documento', ['descripcion' => 'Indices', 'link' => 'indices', 'mod' => 'fecha'])
|
||||
</div>
|
||||
<h4>
|
||||
Transparencia
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div id="equipos">
|
||||
<div class="ui container">
|
||||
<div class="ui header">
|
||||
EQUIPOS NOTARÍA
|
||||
EQUIPOS NOTARIA
|
||||
</div>
|
||||
<div class="ui grid">
|
||||
@foreach ($equipos as $i => $equipo)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<nav class="ui inverted attached massive text stackable menu" id="page_menu">
|
||||
<a class="left aligned item brand" href="{{$urls->admin}}">
|
||||
NOTARÍA PATRICIO RABY BENAVENTE
|
||||
NOTARIA PATRICIO RABY BENAVENTE
|
||||
</a>
|
||||
<a class="item" href="{{$urls->admin}}/equipos">Editar Equipos</a>
|
||||
<a class="item" href="{{$urls->admin}}/clave">Cambiar Clave</a>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div class="ten wide column img"></div>
|
||||
<div class="six wide column contenido">
|
||||
<div class="titulo">
|
||||
ÍNDICES EN LÍNEA
|
||||
INDICES EN LINEA
|
||||
</div>
|
||||
<br />
|
||||
<form class="ui form" method="post" action="#" id="form_indices">
|
||||
|
@ -7,7 +7,7 @@
|
||||
<div class="eleven wide column">
|
||||
<a href="{{$urls->atencion->url}}">
|
||||
<button class="ui inverted dark-blue button">
|
||||
NÚMERO DE ATENCIÓN
|
||||
NUMERO DE ATENCION
|
||||
<br/> ONLINE
|
||||
</button>
|
||||
</a>
|
||||
@ -19,7 +19,7 @@
|
||||
<div class="eleven wide column">
|
||||
<a href="{{$urls->fojas}}">
|
||||
<button class="ui inverted dark-blue button">
|
||||
VERIFICACIÓN DE DOCUMENTOS ELECTRÓNICOS
|
||||
VERIFICACION DE DOCUMENTOS ELECTRONICOS
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="middle">
|
||||
<a href="{{$urls->notaria_turno}}">
|
||||
<button class="ui inverted dark-blue compact button">
|
||||
NOTARÍA DE TURNO
|
||||
NOTARIA DE TURNO
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<i class="big icon icon-ubicacion"></i>
|
||||
<p>
|
||||
<strong>
|
||||
UBICACIÓN
|
||||
UBICACION
|
||||
</strong>
|
||||
</p>
|
||||
</a>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>
|
||||
Notaría Patricio Raby
|
||||
Notaría Patricio Raby Benavente
|
||||
@yield('page_title')
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
@ -1,10 +1,10 @@
|
||||
<nav class="ui inverted attached massive text stackable menu" id="page_menu">
|
||||
<a class="left aligned item brand" href="{{$urls->base}}">
|
||||
NOTARÍA PATRICIO RABY BENAVENTE
|
||||
NOTARIA PATRICIO RABY BENAVENTE
|
||||
</a>
|
||||
<div class="right menu side">
|
||||
<a class="item" href="{{$urls->base}}/notaria">
|
||||
NOTARÍA
|
||||
NOTARIA
|
||||
</a>
|
||||
<a class="item" href="#servicios">
|
||||
SERVICIOS
|
||||
|
Reference in New Issue
Block a user