@extends('layouts.app') @section('header-title', __('Change Password')) @section('content')
@csrf @method('PUT')

{{ __('Change Password') }}

@endsection