Commit df93fa5f by Angel MAS

pagetitle

parent 155d2424
@extends('layouts.page-layout') @extends('layouts.page-layout')
@section('pageTitle', 'Agradecimientos')
@section('content') @section('content')
<h1>Pagina de redireccion por defecto</h1> <div class="jumbotron text-xs-center">
<div class="col-md-8 offset-2">
<h1 class="display-3">¡Gracias por tu registro!</h1>
<p class="lead"><strong>Por favor revisa tu correo electrónico</strong>, nos comunicaremos contigo a la brevedad</p>
<hr>
<p class="lead">
<a class="btn btn-primary btn-sm" href="{{url('/')}}" role="button">Visita nuestra página</a>
</p>
</div>
</div>
@endsection @endsection
...@@ -6,5 +6,5 @@ $vendorDir = dirname(dirname(__FILE__)); ...@@ -6,5 +6,5 @@ $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir); $baseDir = dirname($vendorDir);
return array( return array(
'Onestartup\\Product\\' => array($baseDir . '/src'), 'Onestartup\\CrmForms\\' => array($baseDir . '/src'),
); );
...@@ -9,12 +9,12 @@ class ComposerStaticInit7173633b0cb420d97a2e8a09a0590ba0 ...@@ -9,12 +9,12 @@ class ComposerStaticInit7173633b0cb420d97a2e8a09a0590ba0
public static $prefixLengthsPsr4 = array ( public static $prefixLengthsPsr4 = array (
'O' => 'O' =>
array ( array (
'Onestartup\\Product\\' => 19, 'Onestartup\\CrmForms\\' => 20,
), ),
); );
public static $prefixDirsPsr4 = array ( public static $prefixDirsPsr4 = array (
'Onestartup\\Product\\' => 'Onestartup\\CrmForms\\' =>
array ( array (
0 => __DIR__ . '/../..' . '/src', 0 => __DIR__ . '/../..' . '/src',
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment