'test client', 'created_by' => 'Kwesi', 'services' => 'test services', 'notes_body' => 'test notes' ]; $mailer->send('emails.new-notes', $data, function ($message) use ($data, $emails) { $message->from('erp@click-mobile.com', 'Click Mobile ERP'); $message->to($emails)->subject('New Notes'); }); } public function maptest(){ return view('utility.map'); } }