@extends('dashboard.base') @section('content')

Update Password

@if(Session::has('message')) @endif
@csrf @method('PUT')
New Password
Return
@endsection @section('javascript') @endsection