@extends('layouts.auth') @section('title', 'Update Password') @section('content') {{--

Enter your new password

{{ csrf_field() }} @include('common.alert')
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
--}}
Logo

Reset Password

{{ csrf_field() }} @include('common.alert')
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
images
@endsection