{{ trans('passwords.update_password') }}
{{ trans('label.please_change_password') }}
@extends('layouts.auth') @section('title', 'Reset password') @section('content')
@endsection @section('script-footer') @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @if (session('status')) @endif @endsection