@extends('layouts.app') @section('content')
@if(session('success'))

{{ session('success') }}

@endif

Change Password

@csrf
@endsection