@extends('layouts.auth') @section('page-title', trans('app.reset_password')) @section('content')

@lang('app.reset_your_password')

@include('partials.messages')
{{ csrf_field() }}
@stop