@extends('admin.layouts.app') @section('content')
{{-- Change Password --}}
@csrf
{{-- Failed --}} @if (Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
{{-- New Password --}}
{{-- Confirm Password --}}
{{-- Footer --}} @include('admin.includes.footer')
@endsection