@extends('layouts.admin') @section('title', 'Change Password') @section('content')

Change Password

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
@csrf
@endsection