@extends('layouts.app') @section('content')

Obnova hesla

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

Pokud se nepodaří heslo obnovit obraťte se na správce systému! {{-- @if(config('app.syst_spravce')) {{config('app.syst_spravce')}} @endif --}}

@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@endsection