@section('title', 'Reset Password') @section('style') @endsection

{{ __('Reset your password') }}

@if(session('success')) {{ session('success') }} @endif
@csrf
{{ __('Reset Password') }}