'کلینیک پارس', 'address' => 'مازندران، ساری، میدان امام، مجتمع برلیان', 'phone' => '9122283482', 'email' => null, 'contact_person' => 'دکتر شایگان', 'description' => null, ], ]; foreach ($centers as $item) { SurgeryCenter::firstOrCreate( ['name' => $item['name']], $item ); } } }