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

Change Password

@csrf
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endsection