@extends('layouts.auth') @section('title', trans('auth.reset_password')) @section('message', trans('auth.reset_password')) @section('content')
{{ csrf_field() }} @stack('email_input_start')
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@stack('email_input_end')
@endsection