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