@extends('sub-admin.layout.subadmin') @section('title', 'Change Password') @section('content')
@if (session('success')) @endif @if ($errors->any()) @endif

Change Password

@csrf
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
@endsection