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