Changmenet Gestion de Emails

+ ajout d'un script pour racourcir les commandes a lancer dans docker

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-13 11:18:00 +01:00
parent ba909afac1
commit 9c2205235c
5 changed files with 99 additions and 25 deletions

View File

@ -12,6 +12,11 @@
{{ Session::get('success') }}
</div>
@endif
@if(Session::has('error'))
<div class="alert alert-danger">
{{ Session::get('error') }}
</div>
@endif
{!! Form::open(['route'=>'contactus.store']) !!}
<div class="form-group {{ $errors->has('name') ? 'has-error' : '' }}">
{!! Form::label('Nom:') !!}
@ -34,4 +39,4 @@
{!! Form::close() !!}
</div>
</body>
</html>
</html>