Bulk Gmail Generator

@if (!empty($bulkEmails)) @endif
@error('quantity') {{ $message }} @enderror @error('email') {{ $message }} @enderror
@if(count($bulkEmails) > 0)
UNIQUE GMAIL GENERATED : {{ count($bulkEmails)}}
@foreach($bulkEmails as $email)
{{ $email }}
@endforeach
@endif