@extends('layouts.auth') @section('title', trans('labels.buttons.password_reset')) @section('content')
@if (count($errors) > 0)
@lang('labels.error')
@endif @if(session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }} @if(!session('status'))

@lang('passwords.reset_message')

@endif
@endsection