From c0af5371a6a051795bc01d8b0e18229b3ba69044 Mon Sep 17 00:00:00 2001 From: www Date: Mon, 16 Mar 2015 15:53:46 +0100 Subject: [PATCH] modified: SRC/resources/views/auth/reset.blade.php --- .bash_history | 11 ++- SRC/resources/views/auth/reset.blade.php | 107 ++++++++++++----------- 2 files changed, 65 insertions(+), 53 deletions(-) diff --git a/.bash_history b/.bash_history index cb67a73..8141fb0 100755 --- a/.bash_history +++ b/.bash_history @@ -1,6 +1,3 @@ -ls -git commit -a -git config --global user.email www@37.187.101.7 git config --global user.name www git commit -a git push @@ -493,3 +490,11 @@ ls nano SRC/config/mail.php nano .env nano SRC/.env +git pull +rm SRC/resources/views/auth/reset.blade.php +git pull +ls +git commit -a +git commit -a +git push +exit diff --git a/SRC/resources/views/auth/reset.blade.php b/SRC/resources/views/auth/reset.blade.php index 6674a2a..5f4df36 100644 --- a/SRC/resources/views/auth/reset.blade.php +++ b/SRC/resources/views/auth/reset.blade.php @@ -1,53 +1,60 @@ @extends('backend/template') + @section('content') -
-
-
-
-
Reset Password
-
-@if (count($errors) > 0) -
-Whoops! There were some problems with your input.

-
    -@foreach ($errors->all() as $error) -
  • {{ $error }}
  • -@endforeach -
+
+
+
+
+
Réinitialiser Mot de Passe
+
+ @if (count($errors) > 0) +
+ Oouups! Il y a un problème.

+
    + @foreach ($errors->all() as $error) +
  • {{ $error }}
  • + @endforeach +
+
+ @endif + +
+ + + +
+ +
+ +
+
+ + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+
+
+
+
+
-@endif -
- - -
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
-
-
-
-
-
-
-@endsection \ No newline at end of file +@endsection