@extends('layouts.master') @section('title', 'Reset Password') @section('right-nav') @endsection @section('sidebar') @endsection @section('content')
{{ trans('auth.resetpassword') }}
@if (session('status'))
{{ trans('strings.success') }}! {{ trans('auth.emailsent') }}
@endif
{!! csrf_field() !!}
@endsection