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

Password Change

{{ csrf_field() }}
@endsection