{{ session('error') }}
@endif
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@if (session('success'))
{{ session('success') }}
@endif
@extends('layout.admin_layout') @section('title', 'Change Password') @section('body') @section('header', 'Change Password') @section('badge') {{--