@extends('layouts.app') @section('title', 'Reset Password') @section('content')
Logo

{!! trans('Reset Password') !!}

{!! csrf_field() !!}

{!! trans('messages.back_to_login') !!}

@stop