@if(!empty(Request::get('block')) AND Request::get('block')==1)
@if($mailbox->integration_type == 'whatsapp')
WhatsApp Integration
@else
Email Integration
@endif
@if($mailbox->ticket_source_id)
@endif
@if($mailbox->integration_type == 'email')
@elseif($mailbox->integration_type == 'whatsapp')
@endif
@if($mailbox->integration_type == 'email' && $mailbox->is_inbound)
Email Inbound Configuration
@endif
@if($mailbox->integration_type == 'whatsapp')
WhatsApp Configuration
@if($mailbox->whatsapp_auth_token)
@endif
@if($mailbox->whatsapp_webhook_url)
@endif
@endif
@if($mailbox->integration_type == 'email' && $mailbox->is_outbound)
Email Outbound Configuration
@endif
@if($mailbox->is_outbound)
Outbound Settings
@if($mailbox->integration_type == 'email')
@endif
@if($mailbox->integration_type == 'whatsapp')
@endif
@if($mailbox->reply_to_email)
@endif
@if($mailbox->reply_to_phone)
@endif
@endif
Signature Settings
@if($mailbox->auto_reply_signature_id)
@endif
Auto Reply Settings
@if($mailbox->auto_reply_enabled)
@endif
Advanced Settings
@if($mailbox->forward_to_emails)
@endif
Statistics
@if($mailbox->last_error)
@endif