@extends('layouts.admin_layout') @section('title', 'Update Password') @section('content')
Update Password
id) }}> @csrf
@error('password')
{{$message}}
@enderror
@error('confirm_password')
{{$message}}
@enderror
@endsection