@if (isset($errors) and $errors->any())
@endif
@if (session('status'))
@endif
@if (session('email'))
@endif
@if (session('phone'))
@endif
@if (session('login'))
@endif
@if (Session::has('flash_notification'))
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ session('status') }}
{{ session('email') }}
{{ session('phone') }}
{{ session('login') }}
@include('flash::message')
{{ t('Password') }}
{{ t('Don\'t have an account?') }}
{{ t('Sign Up !') }}