@extends('layouts.master') @section('title', 'Reset Password') @section('right-nav') @endsection @section('sidebar') @endsection @section('content')
{{ trans('auth.resetpassword') }}
{!! csrf_field() !!}
@endsection