@extends('emails.layout') @section('title', 'New Custom Package Request') @section('content')

New Custom Package Request

A customer has requested a custom internet package tailored to their specific needs. Please review their requirements and prepare a personalized quotation.

👤 Customer Information @if(!empty($data['company_name'])) @endif @if(!empty($data['address'])) @endif
Name {{ $data['name'] }}
Email {{ $data['email'] }}
Phone {{ $data['phone'] }}
Company {{ $data['company_name'] }}
Address {{ $data['address'] }}
📊 Package Requirements @if(!empty($data['user_count'])) @endif @if(!empty($data['bandwidth_requirement'])) @endif
Number of Users {{ $data['user_count'] }}
Bandwidth Requirement {{ $data['bandwidth_requirement'] }}
📝 Detailed Requirements

{{ $data['requirements'] }}

⏰ Action Required: Please review these requirements and contact the customer within 24 hours with a customized solution.

Contact Customer

💡 Tip: Custom packages are an excellent opportunity to showcase AFINET's flexibility and build long-term relationships.

@endsection