mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-13 10:09:19 +00:00
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user