@extends('layouts.master') @section('title', 'Password Reset Success') @section('content')
Password Reset Successful
New Password for {{ $branch->branch_name_en ?? $customer_name }}
{{ $password }}
This password will NOT be shown again. Please share it with the user/merchant immediately.
Return to Dashboard
@endsection