@extends('backend.layouts.master') @section('title','Change Password') @section('main-content') @include('backend.layouts.notification')
Change Password
@csrf @foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endsection