@extends('layouts.app') @section('header')

Settings

@endsection @section('content')
Update Password
@include('layouts.flash')
@csrf @method('PUT')
@include('layouts.btn-group',['btn'=>'Update Password'])
@endsection