@extends('frontend.email.email-template') @section('content')

Dear User,

I hope this email finds you well.

I am pleased to inform you that the issue with the Binance {{ $details['api_name'] }} API has been successfully resolved. The API is now back online and fully operational.

API Downtime: {{ $details['api_down_time']}}

API UpTime: {{ $details['api_up_time']}}

We appreciate your prompt attention and efforts in resolving this matter. Thank you for your cooperation and commitment to ensuring the smooth operation of our services.

Thank you again for your support.

Best regards,

{{ config('app.name') }}

@endsection