@extends('user.layouts.master') @section('title', 'Change Password') @section('content')
@csrf @method('put')
@endsection