@extends('layouts.layout') @section('content') Change Password
Change Password
@csrf @foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endsection