@extends('auth.layout') @section('title') DCW éditions // Récupération du mot de passe @endsection @section('content')
{{csrf_field()}}

@if ($errors->has('email')) {{$errors->first('email')}} @endif

@if(Session::has('status'))
{!!nl2br(Session::get('status'))!!}
@endif
@endsection @section('content')
@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection