$row['icao'] ], $row); try { $airport->save(); } catch(\Exception $e) { $this->status = 'Error in row '.$index.': '.$e->getMessage(); return false; } $this->status = 'Imported ' . $row['icao']; return true; } }