'1','name' => 'Kisiizi Hospital Maternity','Active' => '1'), array('id' => '2','name' => 'Kisiizi Hospital A&E','Active' => '1'), array('id' => '3','name' => 'Other','Active' => '1'), array('id' => '4','name' => 'Another location','Active' => '0'), array('id' => '5','name' => 'Yet another location','Active' => '0'), array('id' => '6','name' => 'And another one','Active' => '0'), array('id' => '7','name' => 'Another locations','Active' => '1'), array('id' => '8','name' => 'Yet another location','Active' => '0'), array('id' => '9','name' => 'Another location','Active' => '0'), array('id' => '10','name' => 'kk','Active' => '0'), array('id' => '11','name' => 'Test d.l','Active' => '1'), array('id' => '12','name' => 'kk','Active' => '1'), array('id' => '13','name' => 'new nice location','Active' => '1'), array('id' => '14','name' => 'delivery comfrimation','Active' => '1'), array('id' => '15','name' => 'thursday delivery location','Active' => '1') ); foreach ($location_of_delivery as $location): LocationOfDelivery::firstOrCreate([ "id" => $location['id'], "name" => $location['name'] ]); endforeach; } }